Metadata-Version: 2.1
Name: kb-stopwatch
Version: 0.0.2
Summary: Keyboard controlled stopwatch with no window focus required
Home-page: https://github.com/mwiens91/kb-stopwatch
Author: Matt Wiens
Author-email: mwiens91@gmail.com
License: MIT
Description: [![PyPI](https://img.shields.io/pypi/v/kb-stopwatch.svg)](https://pypi.org/project/kb-stopwatch/)
        [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/kb-stopwatch.svg)](https://pypi.org/project/kb-stopwatch/)
        
        # 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
        
        ```
        sudo ./run_kbstopwatch.py
        ```
        
        or install with pip with
        
        ```
        pip3 install kb-stopwatch
        ```
        
        and run with
        
        ```
        sudo kb-stopwatch
        ```
        
        ## Usage
        
        Press the control key, which currently is restricted to space, to start
        the stopwatch. Hit the control key again to stop the timer. Repeat as
        many times as desired.
        
Platform: UNKNOWN
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.5
Description-Content-Type: text/markdown
