/python-to-do

A simple console-based to-do list app made in Python.

Primary LanguagePython

Python To-Do List App

A simple console-based To-Do List application built using Python.
Perfect beginner project to practice lists, loops, user input, and logic building.

Features

  • Add tasks
  • View all tasks
  • Remove tasks
  • Exit the app

What I Learned

  • How to use lists, loops, and conditionals
  • Taking user input using input()
  • Using functions like append(), pop(), and enumerate()
  • Error handling with try-except

How to Run

  1. Clone this repository:

    bash git clone [ https://github.com/SamrahSayyed/python-todo-list.git ]

  2. Navigate to the folder:

bash cd python-todo-list

  1. Run the script:

bash python todo.py

Tech Stack

  • Language: Python 3.x
  • Platform: Console

Author

Samrah Sayyed

Third Year Undergraduate

Department of Electrical and Electronics

--