Notepad
A minimal notepad application designed with PySimpleGUI, but with a few bonus features.
Install / Use
/learn @israel-dryer/NotepadREADME
Notepad
A minimal notepad application designed with PySimpleGUI, but with a few bonus features. This is a great application to start out with if you want to build something useful and are looking for experience building out a GUI application. The great thing is that this is highly customizable as you can see from another project that I'm working on.
Check out the tutorial on YouTube
See a live demo on Trinket

Standard menu items with keyboard short-cuts

Includes a word-count function

Theme the application with a simple call to sg.change_look_and_feel('Black')... as an example. There are many built-in themes with PySimpleGUI.

