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.
- Host: GitHub
- URL: https://github.com/regularcoder239/bitmapfont
- Owner: RegularCoder239
- License: mit
- Created: 2025-07-05T14:42:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-06T09:30:33.000Z (about 1 year ago)
- Last Synced: 2025-07-06T10:21:16.066Z (about 1 year ago)
- Topics: 8x8, c, font, python, rust
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Custom 8x8 bitmap font
A custom 8x8 bitmap font. I hope you enjoy it.
## Example

## 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```