Download as ZIP and extract the files.
Type the following in your console:
python3 timeControl.py
Once started, type h to get the following message:
Enter s to start counting your worktime
Once started type s to stop the clock and h to get help
Enter q to quit
The app will generate a CSV file named data.csv with 4 columns (Day, Hour, WorkTime and Concept). Every time a workday ends, the data is automatically saved in the file.
If the file data.csv is opened with a program while the app is trying to write it, an I/O Error will be thrown. As the program prints the info once is trying to write it, it is not fully lost, and can be entered in data.csv manually.
David Gabaldà Montero