A simple command-line to-do list application written in python
-Add, view, delete, and mark task as completed -Tasks are saved between runs(using 'tasks.json')
-
Make sure you have Python 3 installed.
-
Run the script:
'''bash python To_do_List.py '''
-Your tasks are saved in 'tasks.json' in the same folder. -To reset your list, delete 'takes.json',