Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 661 Bytes

README.md

File metadata and controls

58 lines (40 loc) · 661 Bytes

Jobcant

Installation

pip install jobcant
jobcant config

Usage

Overtime balance

$ jobcant balance
Monthly overtime balance: -01:00
Weekly overtime balance: -02:30

Last day:
  Clock-in: 09:21
  Working hours: 05:35
  Break: 

Overtime balance graph

$ jobcant graph

Overtime balance graph

When to leave

$ jobcant when
Leave today at 17:43 to avoid overtime (includes a 1-hour break).

Config

Environment variables

  • JOBCAN_EMAIL
  • JOBCAN_CLIENT_CODE
  • JOBCAN_PASSWORD

Config file

jobcant config

Build

python -m build