This is a ptython based 'reminders' program. The task list is saved in a file and reloaded. A record of completed tasks is also kept.
Sharayu Josh
This is a useful everyday program. Forgetful people need many lists, and this program provides an easy, simple way to keep track of tasks that repeat and when that task was last performed and should be next performed.
This code is avilable as a repository on GitHub. It can be cloned, downloaded as a zip file, or forked.
- Python 3
- csv
python user.py
- Make sure files 'schedule.csv' and 'record.csv' are present
- Make sure all user inputs correspond to an action
- input
- list
- procedure
- loop/algorithm
- procedure call