New Python Program: To-Do List Manager
Nadie ha tomado este issue todavía.
Evaluación
- Dificultad
- 2/5
- Tiempo estimado
- 1-3 horas
- Aptitud para principiantes
- 72/100
Línea de trabajo
Crea el nuevo archivo todo_manager.py y empieza revisando los requisitos del issue sobre el menú, las operaciones de tareas y el manejo de errores. Ejecuta el programa de forma interactiva para verificar la adición, finalización, visualización y eliminación de tareas, incluidas las selecciones de tareas no válidas. Se considera terminado cuando las funciones solicitadas y los mensajes fáciles de usar funcionan en Python 3.x y se han probado los escenarios.
Escrito por el modelo de indexación a partir del texto del issue.
Descripción
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!
- Lenguaje dominante
- Python
- Estrellas
- 0
- Forks
- 9
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Más de KALIIOWORK/basic_python_programs
-
good first issue hacktoberfest
Dificultad 3/5 1-2 días Aptitud para principiantes 45/100
KALIIOWORK/basic_python_programs#8 · 2 comentarios ·
-
good first issue hacktoberfest
Dificultad 2/5 1-3 horas Aptitud para principiantes 50/100
KALIIOWORK/basic_python_programs#6 · 1 comentario ·
-
good first issue hacktoberfest
Dificultad 2/5 1-3 horas Aptitud para principiantes 55/100
KALIIOWORK/basic_python_programs#5 · 1 comentario ·
-
good first issue hacktoberfest
Dificultad 2/5 1-3 horas Aptitud para principiantes 48/100
KALIIOWORK/basic_python_programs#1 · 2 comentarios ·
Todos los issues de KALIIOWORK/basic_python_programs
Issues similares
-
bug
Dificultad 2/5 1-3 horas Aptitud para principiantes 90/100
learningequality/ricecooker#747 ·
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 68/100
BSData/horus-heresy-3rd-edition#3171 ·
-
enhancement
Dificultad 2/5 1-3 horas Aptitud para principiantes 72/100
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 76/100
run-llama/llama_index#23199 ·
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 84/100
KhronosGroup/glTF-Blender-IO#2769 ·