Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)**