Skip to content

This is Text Editor- Python using the GUI Tkinter tool kit and concepts of files handling.

Notifications You must be signed in to change notification settings

JayanthApagundi/Text-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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:

About

This is Text Editor- Python using the GUI Tkinter tool kit and concepts of files handling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages