Skip to content

beyondmeh/term-img

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

term-img

View images in a terminal, Python 3 edition.

Requirements

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)
  • Python 3
  • Pillow / PIL for Python 3 (python3-pil in Debian / Ubuntu). Not to be confused with regular PIL for Python 2
  • tput

See Also

License

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.