Skip to content

huwns/pystopwatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

PyStopwatch: Simple GUI stopwatch application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages