Skip to content

hseysen/tk_notepad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Simple Notepad made with Tkinter in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages