- A simple Image to Unicode converter, that can be used as a terminal-greeter
- It supports 2 different character sets: BRAILLE, BLOCK
- You need a Terminal and Font that allows Unicode-Characters
- most terminals support color escape sequences, if you get weird results use flag --nocolor
- on Windows It is recommended to use the "Windows Terminal" app, as it allows for Unicode Characters and RGB colors
python ./unigreet.py <file> [FLAGS]
- use -h / --help to see all available flags
- For the Python version you need the "pillow" package
python -m pip install pillow
- C Version
- add ASCII Charset