Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 243 Bytes

File metadata and controls

15 lines (11 loc) · 243 Bytes

Rolling-clock-python

✅ How to Run

  1. Open terminal in the project folder.

  2. Install Flask if not already: bash pip install flask

  3. Run the Flask app: bash python app.py

  4. Open in browser: http://127.0.0.1:5000