Add Python To-Do List App #40
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added a fully functional Python To-Do List App with code and documentation.
This app allows users to add, view, complete, delete, and save tasks using a command-line interface.
Changes Made
Added Python/To-Do-List.md with complete code and explanation.
Implemented task management functions: add_task, view_tasks, complete_task, delete_task.
Implemented file handling for persistence (tasks.txt).
Provided a detailed README-style explanation inside the Markdown file.
Related Issues
Contributes to Hacktoberfest 2025 project contributions.
Checklist
✅I have tested these changes locally.
✅I have added appropriate comments in the code, particularly in complex sections.
✅I have updated the documentation if needed.
✅My code follows the project's coding style guidelines.
✅I have added/modified tests to cover the changes (manual testing via CLI).
Screenshots (if applicable)
Not applicable (command-line project).
Additional Context
This contribution is intended for Hacktoberfest 2025 to help beginners add Python projects.