Display simple images in your terminal
Clone the repository and execute
python3 setup.py install
Usage: tulip [OPTIONS] IMAGE_PATH
Options:
--width INTEGER Width (in characters) of the image shell
representation (defaults to the current
shell width)
-wp, --width-percentage FLOAT Percentage of the shell width that will be
used to display the image (will be ignored
if --width is specified)
--height INTEGER Height (in characters) of the image shell
representation (defaults to the current
shell height)
-hp, --height-percentage FLOAT Percentage of the shell height that will be
used to display the image (will be ignored
if --height is specified)
--just-ascii Display image using just ascii characters
--help Show this message and exit.
Submit an issue if something is not working as you expect. I will happily solve the problem as soon as I can 💪