New Python Program: To-Do List Manager
還沒有人認領這個 Issue。
評估
研究方向
建立新的 todo_manager.py 檔案,並先檢視 issue 中對選單、任務操作和錯誤處理的要求。以互動方式執行程式,以驗證新增、完成、檢視和移除任務的功能,包括無效的任務選取。完成的定義是所要求的函式和對使用者友善的提示在 Python 3.x 中運作正常,且這些情境都已完成測試。
由索引模型根據 Issue 內容生成。
描述
Hello Python enthusiasts! Let's enhance our repository with a To-Do List Manager implemented in Python. This beginner-friendly task involves creating a program that allows users to add tasks, mark tasks as completed, view the to-do list, and remove completed tasks. This task will showcase data structures, loops, and conditional statements in Python.
Tasks:
- Implement functions to add tasks, mark tasks as completed, view the to-do list, and remove completed tasks.
- Store tasks in a list or dictionary data structure.
- Provide user-friendly menus and prompts for each operation.
- Handle errors gracefully, such as accessing tasks that don't exist.
- Ensure completed tasks can be removed from the list.
Guidelines:
- Use Python 3.x for the program.
- Implement functions for each operation (add_task, mark_completed, view_tasks, remove_completed, etc.).
- Include comments in your code to explain the logic and functionality.
- Test the program thoroughly, covering various scenarios including adding, completing, and removing tasks.
Example:
Welcome to the To-Do List Manager!
1. Add Task
2. Mark Task as Completed
3. View To-Do List
4. Remove Completed Tasks
5. Exit
Select an option: 1
Enter task: Complete Python project
Task 'Complete Python project' added successfully!
1. Add Task
2. Mark Task as Completed
3. View To-Do List
4. Remove Completed Tasks
5. Exit
Select an option: 3
To-Do List:
1. [ ] Complete Python project
...
How to Contribute:
- Fork this repository.
- Create a new Python file for the To-Do List Manager:
todo_manager.py. - Write the Python program following the specified tasks and guidelines.
- Test the program thoroughly to ensure it functions correctly.
- Commit your changes:
git commit -m "Add To-Do List Manager program" - Push to your branch:
git push origin add-todo-manager - Open a pull request to this repository.
Your contribution will provide users with a practical tool for managing tasks. Thank you for creating this useful Python program for our repository!
- 主要語言
- Python
- 星號
- 0
- 分支
- 9
- PR 合併指標
- 30 天內沒有已合併 PR
貢獻指南
這個儲存庫沒有索引到貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
KALIIOWORK/basic_python_programs 的其他 Issue
-
good first issue hacktoberfest
難度 3/5 1-2 天 新手友好度 45/100
KALIIOWORK/basic_python_programs#8 · 2 則留言 ·
-
good first issue hacktoberfest
難度 2/5 1-3 小時 新手友好度 50/100
KALIIOWORK/basic_python_programs#6 · 1 則留言 ·
-
good first issue hacktoberfest
難度 2/5 1-3 小時 新手友好度 55/100
KALIIOWORK/basic_python_programs#5 · 1 則留言 ·
-
good first issue hacktoberfest
難度 2/5 1-3 小時 新手友好度 48/100
KALIIOWORK/basic_python_programs#1 · 2 則留言 ·
查看 KALIIOWORK/basic_python_programs 的全部 Issue
相似的 Issue
-
🐛 Bug 🔔 Pending processing
難度 2/5 1-3 小時 新手友好度 84/100
jumpserver/jumpserver#17584 ·
-
link-check link-check:sphinx-theme
難度 2/5 1-3 小時 新手友好度 72/100
-
難度 2/5 1-3 小時 新手友好度 65/100
qgis/QGIS-Documentation#11275 ·
-
bug priority:normal ready-for-dev
難度 2/5 1-3 小時 新手友好度 88/100
OpenHands/extensions#626 · 1 則留言 ·
-
難度 1/5 1 小時以內 新手友好度 90/100
CSCfi/sd-search-api#39 ·