You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

pi-clock

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pi-clock

Set alarms, stopwatches and timers from the terminal.

1.0.8
pipPyPI
Maintainers
1

pi-clock

Set alarms, create timers or stopwatches right from your terminal.

Piclock Demo

Installation

pip3 install pi-clock

Usage

Setting an alarm

 piclock -a

Creating a timer

piclock -t

Creating a new stopwatch

piclock -s

Interactive mode

 piclock -i

Command Line Arguments

usage: piclock [-h] [-i] [-t] [-a] [-s]

optional arguments:
-h, --help          shows this help message and exit
-i, --interactive   Interactive mode
-t, --timer         Set a new timer
-a, --alarm         Set a new alarm
-s. --stopwatch     Start a new stopwatch

Todo:

  • Allow alarms to run in the background while in intercative mode.

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