Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.11 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.11 KB

⏳ Hours

Build PyPI - Wheel PyPI version Downloads

A minimalistic work time logger for the command line.


Installation

pip install hours

Usage

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.