A to do list to help be more organized.
This project has two versions:
- A command line version - can add, remove, and mark tasks as complete.
The user is prompted with a list of options that the program can complete. The user needs to type which option to execute. The user can also save and load old tasks.
To run:
python command_prompt_todo_list.py - A GUI version - A mock up of the final design
To run:
python todo_list_gui.py