This CLI application allows the user to enter items in a to-do list that gets stored using the pickle python module. The user can then reload this data into a working list and continue to update the list. This project shows the used of classes and extensive user guided input in a python program.
Language: Python 3.9.12
Pickle - A library used to create binary objects in python
To run this program utilze the command line or GitBash and navigate to where this repository is kept and run the python application.
cd Pickling_and_Error_Handling
python Pickling&ErrorHandling.py