markdown
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
-
Clone the repository:
git clone https://github.com/yourusername/simple-python-todo-list.git
-
Navigate to the project directory:
cd simple-python-todo-list
-
Run the
todo.py
script:python todo.py