Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/half-shot/barkbadge
Furry badge software for the Adafruit Magtag
https://github.com/half-shot/barkbadge
Last synced: about 1 month ago
JSON representation
Furry badge software for the Adafruit Magtag
- Host: GitHub
- URL: https://github.com/half-shot/barkbadge
- Owner: Half-Shot
- License: gpl-3.0
- Created: 2022-05-07T20:50:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-08T22:51:15.000Z (over 2 years ago)
- Last Synced: 2024-12-09T20:08:45.626Z (about 2 months ago)
- Language: Python
- Size: 43 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bark Badge
==========TODO: Write this.
## Setting up
This project requires a reasonably new version of Python 3, and [`poetry`](https://python-poetry.org).
To install dependencies, run:
```sh
poetry install
```You will also need a version of `mpy-cross` which improves performance on the device by compiling the
Python first. You can use the script `tools/get-mpy.sh` to do this.If you get stuck, see [these instructions](https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/creating-a-library#mpy-3106477-16) for help.
## Development
### Dependencies
The project depends on the following dependencies (and currently to statically depend on this, includes the libraries)