A Windows desktop task manager application built with PySide6 and SQLite.
- Task Management: Add, edit, and delete tasks with ease.
- Categorization: Organize tasks into categories for better tracking.
- Due Dates: Set deadlines to stay on top of your schedule.
- Persistence: All tasks are stored locally using SQLite for data reliability.
- User-Friendly Interface: Intuitive design powered by PySide6 for a seamless experience.
- Python 3.8 or higher
- PySide6
- SQLite (bundled with Python)
-
Clone the repository:
git clone https://github.com/yourusername/orderly.git cd orderly -
Install dependencies:
pip install -r requirements.txt
-
Run the application:
python main.py
- Launch the app.
- Add tasks by clicking the "Add Task" button.
- Manage tasks using the edit and delete options.
- Use categories and due dates to organize your tasks effectively.
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.