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

https://github.com/regularcoder239/bitmapfont

A custom 8x8 bitmap font.
https://github.com/regularcoder239/bitmapfont

8x8 c font python rust

Last synced: 3 months ago
JSON representation

A custom 8x8 bitmap font.

Awesome Lists containing this project

README

          

# Custom 8x8 bitmap font

A custom 8x8 bitmap font. I hope you enjoy it.

## Example
![An example image](example.png)
## Usage of displayer.py
This script was used to generate the example image.
Generate text image from text file:
```python3 displayer.py examplefile.txt```
Generate text image from user input:
```python3 displayer.py```