Skip to content

Instantly share code, notes, and snippets.

View PySimpleGUI's full-sized avatar
Looking for magic.....

PySimpleGUI PySimpleGUI

Looking for magic.....
View GitHub Profile
@ott3r-security
ott3r-security / todo.py
Last active June 17, 2020 01:13
PySimpleGUI
'''A simple desktop app to track to do items. Task file is plaintext
with new items on each line. Ex.
Item 1
Item 2
Item 3
'''
'''First time running program will require a file creation in same folder
with title performance.json and contents {}'''
#TODO fix first time program by creating json file if not already present