Socket
Socket
Sign inDemoInstall

PyClock

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

PyClock

A digital clock for the terminal


Maintainers
1

PyClock

What


A simple digital clock for the terminal

Run
~~~

::

    python pyclock.py

Controls

+------------------------------------+-----------------------------+ | Keys | Actions | +====================================+=============================+ | q or Q or Esc | quit | +------------------------------------+-----------------------------+ | s or S | toggle seconds | +------------------------------------+-----------------------------+ | p or P | toggle punctuation | +------------------------------------+-----------------------------+ | c or C | toggle center display | +------------------------------------+-----------------------------+ | a or A | toggle auto scale display | +------------------------------------+-----------------------------+ | 0 to 9 | change color | +------------------------------------+-----------------------------+ | < or , | decrease width | +------------------------------------+-----------------------------+ | > or . | increase width | +------------------------------------+-----------------------------+ | [ or { | decrease height | +------------------------------------+-----------------------------+ | ] or } | increase height | +------------------------------------+-----------------------------+ | - or _ | change color down | +------------------------------------+-----------------------------+ | - or + | change color up | +------------------------------------+-----------------------------+ | ````` or ~ | random color | +------------------------------------+-----------------------------+

Command-line options


+----------------------------------------+---------------------------------+
| Options                                | Descriptions                    |
+========================================+=================================+
| ``-h`` or ``--help``                   | show help message               |
+----------------------------------------+---------------------------------+
| ``-S`` or ``--no-seconds``             | do not display seconds          |
+----------------------------------------+---------------------------------+
| ``-s`` or ``--seconds``                | display seconds                 |
+----------------------------------------+---------------------------------+
| ``-P`` or ``--no-punctuation``         | do not display punctuation      |
+----------------------------------------+---------------------------------+
| ``-p`` or ``--punctuation``            | display punctuation             |
+----------------------------------------+---------------------------------+
| ``-C`` or ``--no-center``              | do not center clock display     |
+----------------------------------------+---------------------------------+
| ``-c`` or ``--center``                 | center clock display            |
+----------------------------------------+---------------------------------+
| ``-A`` or ``--no-auto-scale``          | do not auto scale display       |
+----------------------------------------+---------------------------------+
| ``-a`` or ``--auto-scale``             | auto scale display              |
+----------------------------------------+---------------------------------+
| ``-k COLOR`` or ``--color COLOR``      | color 0-255 (default: 2)        |
+----------------------------------------+---------------------------------+
| ``-f FORMAT`` or ``--format FORMAT``   | time format (default: %I%M%S)   |
+----------------------------------------+---------------------------------+
| ``-W WIDTH`` or ``--width WIDTH``      | scale width (default: 1)        |
+----------------------------------------+---------------------------------+
| ``-H HEIGHT`` or ``--height HEIGHT``   | scale height (default: 1)       |
+----------------------------------------+---------------------------------+

Configuration file
~~~~~~~~~~~~~~~~~~

Check out ``example.pyclock.conf`` for details.

Support
~~~~~~~

-  [x] Works on Linux completely

-  [x] Works on OSX completely

-  [ ] Windows not supported

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