https://github.com/saadarazzaq/to-do-list-application
Colorful Python Based CLI App 🐍⭐
https://github.com/saadarazzaq/to-do-list-application
crud-application oop python-cli todolist
Last synced: 3 months ago
JSON representation
Colorful Python Based CLI App 🐍⭐
- Host: GitHub
- URL: https://github.com/saadarazzaq/to-do-list-application
- Owner: SaadARazzaq
- Created: 2023-08-27T15:09:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-27T15:19:01.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T16:14:30.538Z (5 months ago)
- Topics: crud-application, oop, python-cli, todolist
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📝 To-Do List Application
📌 This is a command-line To-Do List application that allows you to manage tasks with style. The application utilizes the `colorama` and `prompt_toolkit` libraries to provide color support and an improved user interaction experience.
## Features 🌠
✔️ An OOP based Approach.
✔️ Add tasks with descriptions and due dates.
✔️ Mark tasks as completed.
✔️ View the list of tasks with status.
✔️ Intuitive and colorful user interface.
## Installation and Usage ⚒️
1. Clone this repository
2. Install the required libraries using pip:
```bash
pip install colorama prompt_toolkit
3. Run the application:
```bash
python main.py
4. Follow the on-screen instructions to navigate through the menu options.
5. Add tasks, mark tasks as completed, and view your list of tasks.
6. Quit the application by selecting the corresponding option.## Screenshots 📸





## Contributing 🤝
🙌 Contributions are welcome! Feel free to submit pull requests or open issues for improvements, bug fixes, or additional features.
```bash
Made with 💖 by Saad