Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 462 Bytes

README.md

File metadata and controls

43 lines (24 loc) · 462 Bytes

clockflask

This is a simple clock application built using Python and Flask that displays the current time.

Prerequisites

  • Python 3.x
  • pip
  • flask

Installation:

Install Flask

pip install flask

  1. Clone the repository:

git clone https://github.com/daherati/clockflask

  1. Create virtual environment:

python3 -m venv venv

  1. Run the program:

python app.py

  1. Browse:

http://localhost:5000

or:

http://127.0.0.1:5000