Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 630 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 630 Bytes

Serpentime

Serpentime is a simple time tracking software to create Chronodex graph, a kind of pie chart where each slice represents a time dedicated to an activity.

Source code repository and issue tracker: https://github.com/xamcost/serpentime

Requirements

Python:
$\qquad$Serpentime is developed with Python 3.8.2

PyQt5:
$\qquad$https://pypi.org/project/PyQt5/

Installation

The easiest way to install Serpentime is via pip:

pip install serpentime

Then, you can launch the app by simply running:

python -m serpentime.app