Skip to content

Latest commit

 

History

History
41 lines (38 loc) · 978 Bytes

File metadata and controls

41 lines (38 loc) · 978 Bytes

Text-Editor

This is Text Editor written in Python using the GUI Tkinter tool kit and Concepts of Files Handling

Features:

  1. File-> New(Ctrl+N), Open(Ctrl+O), Save(Ctrl+S), Save as(Ctrl+Shift+S), Exit.
  2. Edit-> Cut(Ctrl+X), Copy(Ctrl+C), Paste(Ctrl+V), Find(Ctrl+F).
  3. Help-> View help(Ctrl+H).
  4. 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: