Routinely is a lightweight, open-source daily routine tracker designed for Linux and Windows. It provides an uncluttered interface while offering essential features such as:
- Task management with title, notification time, and repeat options
- Multiple routine tabs for better organization
- No internet connection or account required
- Open-source and cross-platform compatibility using PyQt6
- Python 3 (Latest version recommended)
- PyQt6
- Git (For source installation)
git clone git@github.com:Unchain1014/Routinely.git
cd Routinely
pip install -r requirements.txt # Install dependencies
python src/main.py # Run the application
Contributions are welcome. To contribute:
- Fork the repository
- Create a new branch (
git checkout -b feature-name
) - Commit changes (
git commit -m "Added new feature"
) - Push to GitHub (
git push origin feature-name
) - Submit a pull request
This project is licensed under the GPL-3.0. See LICENSE for details.
For questions or suggestions, open an issue on GitHub.