Skip to content

Simple text editor on Python, work with GUI on tkinter. You can write, open, edit and save documents in txt format. I want make instruments in notepad. For example: find and replace words in text. It is my 1st project on GitHub and it is training project. Part of code for text editor found in Internet - it is not my work :)

License

Notifications You must be signed in to change notification settings

ErnestMatskevich/notepad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

notepad

This work as simple text editor. Write your text and save on your personal computer.

Instruments:

  1. Replace - write old word and new, push the button and old word replaces on new in text Example: Robert is nice boy [Replace] old word = Robert, new word = Mike, push the button. In result: Mike is nice boy

About

Simple text editor on Python, work with GUI on tkinter. You can write, open, edit and save documents in txt format. I want make instruments in notepad. For example: find and replace words in text. It is my 1st project on GitHub and it is training project. Part of code for text editor found in Internet - it is not my work :)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages