Skip to content

A close-to-minimal text editor for Python 3 made in Tkinter.

License

Notifications You must be signed in to change notification settings

ageneric/tkinter-edit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tkinter-edit

A basic text editor made in Tkinter with a character count.

Usage

  • Opens a home file on start (tkinter_edit_save.txt).
  • Save, create and open files using the menu bar.
  • Files are not created until they are saved.
  • The character count terminates at the symbol ---.

This application is unsafe; you may run Python statements using the menu bar.

About

A close-to-minimal text editor for Python 3 made in Tkinter.

Topics

Resources

License

Stars

Watchers

Forks

Languages