View images in a terminal, Python 3 edition.
Minimal, you probably already have most of these installed (maybe not PIL).
- A terminal that supports...
- True color (24-bit / 16 million colors). Most terminals support true color, but if you're unsure, run:
echo $COLORTERM
- Unicode as well as a Unicode font. At the least, you need the lower half block character: ▄ (U+2584)
- True color (24-bit / 16 million colors). Most terminals support true color, but if you're unsure, run:
- Python 3
- Pillow / PIL for Python 3 (
python3-pil
in Debian / Ubuntu). Not to be confused with regular PIL for Python 2 - tput
Licensed under the MIT license.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.