This is Text Editor written in Python using the GUI Tkinter tool kit and Concepts of Files Handling
Features:
- File-> New(Ctrl+N), Open(Ctrl+O), Save(Ctrl+S), Save as(Ctrl+Shift+S), Exit.
- Edit-> Cut(Ctrl+X), Copy(Ctrl+C), Paste(Ctrl+V), Find(Ctrl+F).
- Help-> View help(Ctrl+H).
- About-> Releases, About Text Editor
Output:
Initial:
Write the text and save it:
When tried to open a new file:
Opening a file from the local storage:
Find the particular string if its present:
Return the No. of occurences:
Help Section:
Releases:
About Section:
Exit: