A simple and practical To-Do List Application built with Python. Stay organized and manage your tasks efficiently using this command-line task manager. Boost your productivity with Python's power!
- Add tasks with descriptions and due dates.
- View existing tasks in a list format.
- Delete completed or unnecessary tasks.
- Save tasks to a file for easy loading.
- Clone the repository:
git clone (https://github.com/Varnithvarma/ToDoList-Python)
- Run the application:
python main.py
- Choose options from the menu to add, view, or delete tasks.
- Follow the on-screen prompts for task details.
- Tasks will be saved to
tasks.txt
for future use.
- Python 3.x
- Pillow (PIL) library (optional for image processing)
Contributions are welcome! Fork the repository and submit a pull request.