This is a simple clock application built using Python and Flask that displays the current time.
- Python 3.x
- pip
- flask
pip install flask
- Clone the repository:
git clone https://github.com/daherati/clockflask
- Create virtual environment:
python3 -m venv venv
- Run the program:
python app.py
- Browse:
http://localhost:5000
or:
http://127.0.0.1:5000