Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanxiyn/5x5
5x5 font for micro:bit
https://github.com/sanxiyn/5x5
Last synced: 8 days ago
JSON representation
5x5 font for micro:bit
- Host: GitHub
- URL: https://github.com/sanxiyn/5x5
- Owner: sanxiyn
- Created: 2019-11-02T07:35:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-04T04:12:08.000Z (about 5 years ago)
- Last Synced: 2024-12-24T06:39:57.965Z (18 days ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a 5x5 font for [BBC micro:bit](https://microbit.org/).
You need [Pillow](https://python-pillow.org/) to run `font.py`.Run `font.py` like this:
```
$ python3 font.py latin-capital 5 5 26
$ python3 font.py latin-small 5 5 26
$ python3 font.py hangul 5 5 33
```And preview the font in `latin-capital.png`, etc.