This is a simple stopwatch implementation in Python that allows you to record lap times.
Usage To use the stopwatch, simply run the stopwatch.py file:
python stopwatch.py
Once the stopwatch is running, you can record lap times by pressing Enter. The lap time will be displayed in the console.
To stop the stopwatch, press Ctrl+C.
License This project is licensed under the MIT License - see the LICENSE file for details.