Unifont-utils

Latest version: v0.5.0

Safety actively analyzes 682387 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

0.1.0

**Full Changelog**: https://github.com/SkyEye-FAST/unifont_utils/compare/v0.0.1...v0.1.0

- Added glyph storage feature.
- Class `Glyph`
- Objects that store code points and corresponding glyphs.
- Class `GlyphSet`
- Objects that store a set of `Glyph` objects.
- Supports adding, removing, updating, getting glyphs, etc.
- Supports calling **magic methods** to complete the above operations.
- Supported loading and saving `.hex` files via function `load_hex_file()` and `save_hex_file()`.

0.0.1

- Added converter feature.
- Class `ImgConverter` and `HexConverter`
- Convert between glyph pixel data and Unifont `.hex` format string.
- Supports different image formats.
- White as `0`, black as `1` (Official).
- Transparent as `0`, white as `1` (Minecraft).
- Supports printing Unifont glyphs to the console.
- Able to display hexadecimal and binary strings on the left at the same time.
- Supports saving Unifont glyphs as PNG images.

Page 3 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.