/time-manager

Primary LanguageQMLGNU General Public License v3.0GPL-3.0

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.

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

License

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