Skip to content

xamcost/serpentime

Repository files navigation

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