Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.