Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Simple Terminal To-Do List

A user-friendly, interactive To-Do List application that runs directly in the terminal.

Description

The Simple Terminal To-Do List provides users with the ability to manage their tasks efficiently. The application offers a range of functionalities, including adding tasks, removing them, and marking them as done, all through a command-line interface.

Features

  • Add Item: Add new tasks to your To-Do List with ease.
  • Remove Item: Remove a task by specifying its number.
  • Mark as Done: Achieve a sense of accomplishment by marking your tasks as done.
  • View To-Do List: Display all the tasks you've set for yourself.
  • Interactive Menu: An easy-to-navigate menu that provides guidance on all available commands.

Usage

After setting up the script in your preferred directory, run the application using:

python todolist.py

You'll be presented with a menu that offers several options to manage your To-Do List. Choose an option by entering the corresponding number.