pip install hours
Let's add a client first and set the hourly rate:
hours clients add -n BigCorporate --rate 100 --currency €
hours clients list
Then log your work for today:
hours log -c BigCorporate -h 8.0 -p "ML pipeline" -t "fixing bugs"
Get a report for the current month (or any other period):
hours report
Create a timesheet to Excel file:
hours export
For more information, see the documentation.