GitHunt
25

25f2005869-glitch/python-todo-cli

A simple command-line To-Do list application built with Python using lists, loops, functions, and file handling.

Python To-Do List CLI App

A simple command-line To-Do List application built with Python.
This program allows users to add, view, and delete tasks while saving them in a text file.

Features

  • Add new tasks
  • View all tasks
  • Delete tasks
  • Tasks are saved in a file

Concepts Used

  • Python Lists
  • Functions
  • Loops
  • Conditional Statements
  • File Handling

How to Run the Program

Run the following command in the terminal:

python todo.py

Project Structure

python-todo-cli

├── todo.py
├── tasks.txt
└── README.md

Author

Saloni Tiwari

Languages

Python100.0%

Contributors

Created March 7, 2026
Updated March 7, 2026