A productivity application that helps you maintain streaks of daily application usage.
- Track daily usage of specific applications
- Maintain streaks for consistent usage
- Monitor activity and inactivity periods
- Cross-platform support (Windows, macOS, Linux)
- Python 3.7 or higher
- pip (Python package installer)
git clone https://github.com/jasperlawrencee/streakr.git
cd streakr
pip install -r requirements.txt
- Fork the repo
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes(
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request