Stopwatch in python using flet framework.
- Clone the repo or download zip.
- Navigate to the cloned directory or to the extracted directory.
- Open terminal in the directory.
- Run the following commands:
python -m venv .env
.env\Scripts\activate
pip install -r requirements.txt
python main.py
- After running, don't forget to deactivate the virtual environment:
deactivate