simple to-do app for quick things or projects.
This is a simple todo application built using Python and PyQt5 framework. It provides a user-friendly interface for managing tasks and keeping track of daily activities.
- Add new tasks with title.
- Mark tasks as completed or not.
- Delete tasks that no longer needed.
- Python 3.x
- PyQt5 library
- Clone the repository
git clone https://github.com/N3dal/Quick-Do.git
- Open the project directory
cd Quick-Do
- Install the required dependencies
pip install -r requirements.txt
To run the Quick-Do app, in your terminal execute the following commands in the installation directory:
python main.py
or ./main.py
The app window will open, and you can start using the app.
Contributions are welcome! If you find any bugs or want to add new features, please open an issue or submit a pull request. Make sure to follow the existing code style and guidelines.
This project is licensed under the MIT License.
- The design and inspiration for this app were taken from various task management applications.
- Special thanks to the PyQt5 community for providing the PyQt5 library.
If you have any questions or suggestions about the app, feel free to contact me at nedalxzo@gmail.com.
Happy task management!