Skip to content

shinshin86/tkinter-note-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tkinter-note-app

This is a GUI notebook application for tkinter created for learning.

Screenshot

Screenshot

Python version etc...

python --version
# => Python 3.10.1

python -c "import tkinter;print(tkinter.TkVersion)"
# => 8.6

Start GUI App

python main.py

Build the executable file

Create an executable file using cx_Freeze.

Mac

python setup.py bdist_mac

Windows

python setup.py bdist_msi

Licence

MIT

Author

Yuki Shindo

About

This is a GUI notebook application for tkinter created for learning.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages