Skip to content

Files

Latest commit

 

History

History
29 lines (20 loc) · 511 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 511 Bytes

markdown

Simple Python To-Do List

A simple command-line to-do list application built using Python. This app allows users to:

  • Add tasks to the to-do list
  • Remove tasks
  • Mark tasks as completed
  • View all tasks

How to Use

  1. Clone the repository:

    git clone https://github.com/yourusername/simple-python-todo-list.git
  2. Navigate to the project directory:

    cd simple-python-todo-list
  3. Run the todo.py script:

    python todo.py