Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 683 Bytes

Readme.md

File metadata and controls

34 lines (17 loc) · 683 Bytes

Streamlit simple runtime clock app

This is a simple runtime clock app that updates each second to shows current time, timezone, and elapsed app runtime.

The table also shows a table of server or host IPv4 addresses so you know where and what machine it's running on.

Dependencies:

  • psutil
  • flask
  • streamlit

Install with:

uv pip install -r requirements.txt

Run with:

streamlit run simple_runtime_clock_app.py

Screenshot:

screenshot of simple timer

Author:

Marc Compere, comperem at erau.edu
created : 08 Dec 2024
modified: 14 Dec 2024