Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 19 days ago
JSON representation

Colorful Python Based CLI App 🐍⭐

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 📸

![image](https://github.com/SaadARazzaq/To-Do-List-Application/assets/123338307/a527b865-1795-45d4-98de-d6597f097f67)

![image](https://github.com/SaadARazzaq/To-Do-List-Application/assets/123338307/73f52e78-ae03-4db2-8d7f-cbef79c0607b)

![image](https://github.com/SaadARazzaq/To-Do-List-Application/assets/123338307/cc4145d9-6bcf-4688-ad5d-b1d7224a0a5f)

![image](https://github.com/SaadARazzaq/To-Do-List-Application/assets/123338307/46ca0a70-e4ad-4c5b-89c1-93843459d5f2)

![image](https://github.com/SaadARazzaq/To-Do-List-Application/assets/123338307/2de12cfb-dd97-4479-8f0b-c6e5f00b3c94)

## 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