项目作者: mwiens91

项目描述 :
Keyboard controlled stopwatch with no window focus required
高级语言: Python
项目地址: git://github.com/mwiens91/kb-stopwatch.git
创建时间: 2018-08-24T03:23:34Z
项目社区:https://github.com/mwiens91/kb-stopwatch

开源协议:MIT License

下载


PyPI
PyPI - Python Version
Code style: black

kb-stopwatch

This is a keyboard controlled stopwatch that runs in your terminal and
works without window focus. Downside to the window focus thing—you need
to run this as root. But compromises, right?

Anyway, this is good for ad-hoc speedrunning. Enjoy!

Installation

Run directly from source with

  1. sudo ./run_kbstopwatch.py

or install with pip with

  1. pip3 install kb-stopwatch

and run with

  1. sudo kb-stopwatch

Usage

To start the stopwatch, press the control key, which you can set with

  1. kb-stopwatch --control-key 'keyname'

(defaults to 'space'). Hit the control key again to stop the timer.
Repeat.