/To-do-list

A simple command line based to-do list application

Primary LanguagePythonMIT LicenseMIT

To-do List App

A simple command-line todo list application written in Python.

Requirements

Install termcolor using pip:

pip install termcolor

or

pip3 install termcolor

Features

  • Add items to the list
  • Remove items from the list
  • Mark items as done
  • View the list of items
  • Save and load items from a file

Installation

  1. Clone this repository using the following command:
git clone https://github.com/Aminesmaeili79/To-do-list
  1. Change to the cloned directory:
cd To-do-list
  1. Run the following command:
python To-do-list

or

python3 To-do-list

This will create list.txt file, where all of the items are saved for later usage.