Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 669 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 669 Bytes

Notepad application with Python Tkinter

This project features a GUI Application made with Tkinter module in Python, that attempts to replicate what the standard Notepad application can.

On top of standard Notepad functionalities, this program also supports editing more than one text/python file with the help of Tkinter's Notebook widget. Users can do the following on the editor:

  • Create a new file (CTRL-N)
  • Open an existing file (CTRL-O)
  • Save an edited file (CTRL-S)
  • Save an edited file as another file
  • Close a file (CTRL-W)
  • Close all open files (CTRL-SHIFT-W)

If you find any bugs with the program, please make sure to issue it.