Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chiragkumargohil/to-do-list-cli
I opted a Guided Project from Coursera Learning Platform. In that module, a To-Do List App was created using Python language. I have extended that project and prepared a code so that user's inputs will be saved in .csv file. So, user can access his/her past input data as well.
https://github.com/chiragkumargohil/to-do-list-cli
csv data-structures python to-do-list todolist
Last synced: 22 days ago
JSON representation
I opted a Guided Project from Coursera Learning Platform. In that module, a To-Do List App was created using Python language. I have extended that project and prepared a code so that user's inputs will be saved in .csv file. So, user can access his/her past input data as well.
- Host: GitHub
- URL: https://github.com/chiragkumargohil/to-do-list-cli
- Owner: chiragkumargohil
- Created: 2022-07-14T11:16:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T01:32:46.000Z (over 2 years ago)
- Last Synced: 2023-06-01T06:26:42.739Z (over 1 year ago)
- Topics: csv, data-structures, python, to-do-list, todolist
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history.csv
Awesome Lists containing this project
README
# To-Do List App
This interactive programme allows users to store their to-do lists, view tasks with a timestamp, and delete tasks. The "csv" module has been used.
> **View the [sample output](OUTPUT.md)**