← 全部工具

rajaryansingh23/ToDo-List

热度 70 更新于 开发与构建

A command-line Todo List program built using Python

githubauto-collected

安装

暂未验证可直接使用的安装命令,请查看项目官方文档或 Release。

📝 Python To-Do List

A simple command-line To-Do List program built using Python. It allows users to manage their daily tasks through an easy-to-use menu-driven interface.

✨ Features

  • ➕ Add new tasks
  • 📋 View all tasks
  • ❌ Remove tasks
  • ✅ Mark tasks as completed
  • 🚪 Exit the program

🛠️ Built With

  • Python 3

📚 Concepts Used

  • Functions (enumerate())
  • Lists
  • Loops (while and for)
  • Conditional Statements (if, elif, else)
  • User Input (input())
  • List Methods (append(), pop())
  • String Manipulation
  • Exception Handling (try-except)

🚀 How to Run

  • Clone this repository:
   git clone https://github.com/rajaryansingh23/ToDo-List.git
  • Open the project folder:
   cd ToDo-List
  • Run the program:
   python To-Do.py

📂 Project Structure

ToDo-List/
└── To-Do.py