https://github.com/rorosaga/world_clocks
🕰️ Simple clocks made with OpenCV's drawing functions ⌛
https://github.com/rorosaga/world_clocks
clocks opencv
Last synced: about 2 months ago
JSON representation
🕰️ Simple clocks made with OpenCV's drawing functions ⌛
- Host: GitHub
- URL: https://github.com/rorosaga/world_clocks
- Owner: rorosaga
- License: mit
- Created: 2025-02-06T18:21:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-06T18:25:35.000Z (over 1 year ago)
- Last Synced: 2025-02-06T19:36:11.442Z (over 1 year ago)
- Topics: clocks, opencv
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# world_clocks 🕰️
[](https://www.python.org/)
[](https://opencv.org/)
Simple clocks made with OpenCV's drawing functions displaying realtime UTC times from important cities around the world 🌆

> **Note**
> The clocks update every second, with a dynamic static noise background that refreshes at 20 FPS!
## How to Run 🚀
1. Clone this repository:
```bash
git clone https://github.com/rorosaga/world_clocks.git
```
2. Install requirements:
```bash
pip install -r requirements.txt
```
3. Run script!
```bash
python world_clocks.py
```