A simple console-based To-Do List application built using Python.
Perfect beginner project to practice lists, loops, user input, and logic building.
- Add tasks
- View all tasks
- Remove tasks
- Exit the app
- How to use lists, loops, and conditionals
- Taking user input using
input() - Using functions like
append(),pop(), andenumerate() - Error handling with
try-except
-
Clone this repository:
bash git clone [ https://github.com/SamrahSayyed/python-todo-list.git ]
-
Navigate to the folder:
bash cd python-todo-list
- Run the script:
bash python todo.py
- Language: Python 3.x
- Platform: Console
Samrah Sayyed
Third Year Undergraduate
Department of Electrical and Electronics
--