Last updated:
0 purchases
pystopwatch 1.1.0
PyStopwatch is a simple GUI stopwatch application.
Installation
PyStopwatch is published on PyPI and can be installed from there:
pip install pystopwatch
Usage
To get started right away, run the following command:
pystopwatch
You can run PyStopwatch as a package if running it as a script doesn’t work:
python -m pystopwatch
Adjust the time interval[ms] and run the application:
pystopwatch --interval=1
Import the module and use it:
from pystopwatch import Stopwatch
sw = Stopwatch()
sw.run()
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.