Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/obgnail/divergence_meter_clock

命运石之门同款世界线变动率探测仪
https://github.com/obgnail/divergence_meter_clock

divergence-meter opencv opencv-python python steins-gate

Last synced: 12 days ago
JSON representation

命运石之门同款世界线变动率探测仪

Awesome Lists containing this project

README

        

# Divergence Meter

**This project was inspired by [Nixie](https://github.com/Asterecho/Nixie)**.

![divergence](assets/divergence.png)

> El Psy Kongroo. —— Steins;Gate

## usage

There are two implementations, one based on cv2 and the other based on pyqt

### cv2
```shell
pip install -r requirements_cv2.txt
```
```python
from divergence_meter_cv2 import DivergenceMeter
d = DivergenceMeter()
d.clock() # show clock
d.meter() # show meter
d.show(images=['1.048596', '3.1415926', '10086'], wait_time=[1000, 2000, 3000]) # custom image sequence
```

### pyqt
```shell
pip install -r requirements_pyqt.txt
```
```python
# pyqt
from divergence_meter_pyqt import qt
qt()
```

## clock

![clock](assets/clock.gif)

## meter

![clock](assets/meter.gif)