A simple Python application to help you manage and organize your tasks effectively. This project is beginner-friendly and demonstrates basic Python programming concepts like file handling, lists, and user interaction. I hope you enjoy as much as I did learning.
- Add tasks
- View tasks
- Delete tasks
- Save and load tasks to/from a file
- Make sure you have Python installed on your system. You can download it from python.org.
- Clone this Repository - (You should have git bash installed) git clone <repository-URL (HTPPS)
- Navigate to the project folder cd To-Do-List-App
- Run the Application: python todo_list.py
- Add a task: "Buy groceries"
- View tasks: Displays all added tasks
- Delete a task: Remove tasks you’ve completed from the list
- Save Tasks: Save your tasks to hold between sessions
- Load Tasks: Load saved tasks when restarting application