Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 355 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 355 Bytes

Timetracker-extractor

Simple Python 3 example to parse and read data from 0xff.net's timetracker application.

My example just reads all tasks in all exports in XML files in the same directory, and combines total times. Excludes tasks which are not closed (must have a stop time/date).