https://github.com/9d4/inokey-daemon
https://github.com/9d4/inokey-daemon
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/9d4/inokey-daemon
- Owner: 9d4
- Created: 2022-04-15T14:24:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-15T15:02:44.000Z (about 4 years ago)
- Last Synced: 2025-01-29T22:46:15.014Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# inokey-daemon
I found [this video](https://www.youtube.com/watch?v=i6k4VfElN3A) on instagram several times, so I decided to implement it on Arduino.
This program listens the data from arduino through serial port that connected to our pc.
## RUN
To run this you'll need python3 with pip3.
```shell
# Install dependency first
$ pip3 install -r requirements.txt
# RUN
$ python3 main.py
# or
$ ./main.py
```
### Arduino
Visit [this](https://github.com/9d4/inokey-device) to get the example.
It works on linux well, but I don't know if it will work on Windows or Mac. I thought it will work in Windows too, because I use
the same code from [this project](https://github.com/9d4/blink-kboard/tree/main/kboard).
You can customize it as needed.