Skip to content

This project is a basic to-do list application where users can add, remove, and mark tasks as completed, all from the command line interface. It allows for easy management of tasks and provides an interactive menu to perform various actions. The project demonstrates the use of Python classes, lists, and user input handling.

License

Notifications You must be signed in to change notification settings

Babecake/Simple-Python-To-Do-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

This project is a basic to-do list application where users can add, remove, and mark tasks as completed, all from the command line interface. It allows for easy management of tasks and provides an interactive menu to perform various actions. The project demonstrates the use of Python classes, lists, and user input handling.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages