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

https://github.com/coolcodersj/pwrhr-clock


https://github.com/coolcodersj/pwrhr-clock

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

This is code intended for the arcade ticket counter (formerly the power hour clock). Features include using it as a normal clock, stopwatch, timer, or arcade session manager.

## To use:
- Install micropython on your pico
- Change line 12 in `code.py` to your wifi SSID and password and line 307 to your arcade api key
- Load "code.py" onto the pico
- profit

For the server:
- `cd` into `server`
- `pip install flask requests`
- run `python main.py`
- profit