Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

python-to-do-list

📝 To-Do List

This is a simple To-Do List program made using Python.
I created this project to practice my basic Python skills and understand how lists, loops, conditions, and user input work together.

What can you do with it?

  • Add a new task
  • View your tasks
  • Mark a task as completed
  • Remove a task
  • Exit the program

🛠️ Built With

  • Python

▶️ How to Run

  1. Download or clone this repository.
  2. Open the project folder in VS Code or any Python editor.
  3. Run the Python file:
python todo.py


--- TO-DO LIST ---
1. Add Task
2. View Tasks
3. Mark Task as Completed
4. Remove Task
5. Exit

Enter your choice: 1
Enter task: Learn Python
Task added!

About

A simple Python-based To-Do List application that allows users to add, view, complete, and remove tasks.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages