Skip to content

11banu/To_do_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

To-Do List Application 📝

Project Description

This project is a simple To-Do List application built using Python. It helps users manage their daily tasks by allowing them to add, view, and remove tasks easily from the list.

This project is useful for beginners to understand basic Python concepts like lists, loops, functions, and user input.

Features

  • Add new tasks
  • View all tasks
  • Delete completed tasks
  • Simple command-line interface
  • Beginner-friendly Python project

Technologies Used

  • Python 3

Project Structure

todo-list-project/ │ ├── todo.py ├── README.md

How to Run the Project

  1. Make sure Python is installed on your system.

  2. Clone this repository:

git clone https://github.com/your-username/todo-list-project.git

  1. Open the project folder:

cd todo-list-project

  1. Run the program:

python todo.py

Example

  1. Add Task
  2. View Tasks
  3. Delete Task
  4. Exit

Enter your choice: 1 Enter task: Complete Python project

Future Improvements

  • Add task priority
  • Save tasks in a file
  • Create a graphical interface using Tkinter
  • Convert to a web app using Flask

Author

Bhanushree R

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages