pystopwatch

GUI StopWatch


Keywords
stopwatch, time, presentation, gui
License
BSD-3-Clause
Install
pip install pystopwatch==1.1.0

Documentation

PyStopwatch

Security Status

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