An open API service indexing awesome lists of open source software.

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 ⌛

Awesome Lists containing this project

README

          

# world_clocks 🕰️
[![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)](https://www.python.org/)
[![OpenCV](https://img.shields.io/badge/opencv-%23006400.svg?style=for-the-badge&logo=opencv&logoColor=white)](https://opencv.org/)

Simple clocks made with OpenCV's drawing functions displaying realtime UTC times from important cities around the world 🌆

![World Clocks Demo](img/world_clocks.gif)

> **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
```