https://github.com/coolcodersj/pwrhr-clock
https://github.com/coolcodersj/pwrhr-clock
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coolcodersj/pwrhr-clock
- Owner: CoolCoderSJ
- Created: 2024-07-07T17:26:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T14:41:22.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T00:57:40.302Z (over 1 year ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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