pystopwatch 1.1.0

Creator: railscoder56

Last updated:

Add to Cart

Description:

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()

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.