Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

hvlds/time-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time manager

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.

Getting Started

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

Built With

  • 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.

License

This project is licensed under the GNU GPL version 3 — see the LICENSE file for details