Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 562 Bytes

README.md

File metadata and controls

30 lines (27 loc) · 562 Bytes

python-stopwatch

A Python GUI for stopwatch.

Installation

Clone the repository:

git clone https://github.com/aditmodhvadia/python-stopwatch.git

Go inside the repository:

cd python-stopwatch

Install using this command:

pip3 install -e .

##Run the programme by entering the following in console/terminal anywhere

pstopwatch

To Run unit tests

python -m unittest discover -s tests

To bundle the project

python3 setup.py sdist bdist_wheel