Skip to content

Jurymax99/TimeControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

TimeControl

Installation

Download as ZIP and extract the files.

Running

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

Data

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.

Possible Errors

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.

Author

David Gabaldà Montero

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages