Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 835 Bytes

File metadata and controls

25 lines (14 loc) · 835 Bytes

Time Analyzer

This short python script allows generating pixel and pie plots from Toggl Track CSV data.

Installation

Install the packages in requirements.txt using

python.exe -m pip install -r requirements.txt

Note: I recommend to create a venv first

Usage

Place your Toggl Track CSV File(or similar) into the root directory. It must have the columns Client,Project,Description,Tags,Start date, Start time, End date, End time, Duration.

In config.py you can configure the look and size of the plot.

The plotter will try to find a color from the colormap depending on the tags, project, client provided and color the specific pixels accordingly.