A Python GUI for stopwatch.
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
python -m unittest discover -s tests
python3 setup.py sdist bdist_wheel