Socket
Socket
Sign inDemoInstall

personal-punch-clock

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

personal-punch-clock

A bare-bones command-line punch clock


Maintainers
1

Personal Punch Clock

Personal Punch Clock is a bare-bones command-line punch clock.

Installation

You must have Python 3.4 or newer installed. Install the dependencies:

pip install -r requirements.txt

Rename the file punch_clock.py to punch-clock, make it executable, and copy it to a directory which your operating system searches for executable files (e.g., $HOME/bin).

Usage

Display your total work time and whether you are clocked in or out:

punch-clock

Punch in:

punch-clock --in

Punch out:

punch-clock --out

Delete the stored clock punches:

punch-clock --reset

License

Personal Punch Clock is licensed under the Apache License, Version 2.0.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc