Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brentru/hiss
mac menubar app for finding circuitpython board location
https://github.com/brentru/hiss
board circuitpython locator
Last synced: 24 days ago
JSON representation
mac menubar app for finding circuitpython board location
- Host: GitHub
- URL: https://github.com/brentru/hiss
- Owner: brentru
- Created: 2017-06-26T00:06:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T00:07:51.000Z (over 7 years ago)
- Last Synced: 2024-10-30T17:24:43.695Z (2 months ago)
- Topics: board, circuitpython, locator
- Language: Python
- Size: 5.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hiss: mac menubar app to find your circuitpython board!
Having issues finding your Adafruit board running CircuitPython? Need a quick way of locating it? Just hiss!
Fully built .app file is included in each release (look inside ``dist`` for the .app package) so you don't need to build your own, just click and run!
### Example workflow (with screen):
* Launch hiss.app
* Locate board with hiss' ```locate``` button
* Your board location is copied to your clipboard, pop open a terminal
* ```screen``` + (```cmd+v```)
* Now you can communicate with your board :+1:### credits:
* [RUMPS](https://github.com/jaredks/rumps) for python-to-menubar awesome-ness
* [PY2APP](https://py2app.readthedocs.io/en/latest/) for bundling rumps .py to .app