Skip to content

LaurDr/Tkinter-Notesy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tkinter-Notesy

This is a notetaking app made using tkinter.

Manual

Untitled

Key Bindings

OPT-BackSpace : There is no official support for OPT-BackSpace for tkinter.text. This keybinding adds it.

CMD-=/CMD-- : This keybinding allows font increase and decrease. The default fontsize gets restored every session. (If you wish to change the default size, edit self.font=13 in 'tkinter notetakingapp.py' BEFORE using pyinstaller)

Installing the app

To install this program as an executable use pyinstaller inside of the cloned repo. As of now only targeted for MacOs:

pyinstaller --noconfirm --windowed --icon=icons/icon.png -n Notesy --clean --distpath . --add-data Icons/:Icons tkinter\ notetakingapp.py'

Afterwards delete Build, Notesy.spec or simply everything else that ISN'T Notesy.app.

About

This is a notetaking app made using tkinter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages