This app is an all-in-one productivity tool, that will help you get more of your day by knowing how you are using your time. Visit our website.
First of all, we recommend you to create and activate a new environment (you can use venv or similar). Then open a terminal and paste the following commands:
git clone https://github.com/hfvaldesg/time-manager.git
cd time-manager
pip3 install -r requirements.txt
python3 main.py
- Python3 - It doesn't need an introduction
- PySide2 - Python binding of the cross-platform GUI toolkit Qt
Note: Time Manager is built with Qt5 and includes the library QtCharts to plot the graphics in the "History" section. In order to see the Material Design style is need at least Qt5.7. We are developing the App with Qt5.13.1.
This project is licensed under the GNU GPL version 3 — see the LICENSE file for details