israel-dryer / Notepad

A minimal notepad application designed with PySimpleGUI, but with a few bonus features.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A minimal notepad application designed with PySimpleGUI, but with a few bonus features.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%