To-do-GUI

This is a simple to-do app built with Python. It collects, stores, and displays to-dos for the user. The CLI is the original program. PySimpleGui is implemented to create a graphical user interface. Web app created with streamlit, moved to To-do-App