Skip to content

darshanllakhwani/To-do-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List App

A simple command-line To-Do List application written in Python.
Tasks are stored in a CSV file for easy persistence.

Features

  • Add new tasks
  • List all tasks
  • Mark tasks as completed
  • Delete tasks
  • Tasks are saved between runs

Getting Started

Prerequisites

  • Python 3.x

Installation

Clone this repository and navigate to the project folder:

git clone https://github.com/darshanllakhwani/To-do-list.git
cd To-do-list

Usage

Run the app from the command line:

python app.py

Follow the on-screen menu to manage your tasks.

File Structure

  • app.py — Main application script
  • tasks.csv — Stores your tasks (created automatically)

Contributing

Feel free to fork the repository and submit pull requests for improvements or new features!

License

This project is licensed under the MIT License.

About

A simple command-line To-Do List application written in Python. Tasks are stored in a CSV file for easy persistence.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages