Task Tracker is a productivity application that helps you work efficiently by managing your tasks in a timebound manner. It is built using Python and PyQt5, and uses SQLite to store and manage your tasks.
Star the repo here, to keep track as I add more features: https://github.com/abpanic/Task-Tracker
$ git clone https://github.com/abpanic/pomodoro-timer.git
$ cd pomodoro-timer
$ pip install -r requirements.txt
$ python pomodoro_timer.py
If you find any issues or have suggestions for improvement, please feel free to submit a pull request or create an issue in this repository. Created by Abhilash
The Guide to creation of this entire project is here
This project is licensed under the MIT License - see the LICENSE file for details.