Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.49 KB

README.md

File metadata and controls

37 lines (30 loc) · 1.49 KB

tulip

Build Status

Display simple images in your terminal

tulip-capture

Installation

Clone the repository and execute

python3 setup.py install

How to use it

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.

Troubleshooting

Submit an issue if something is not working as you expect. I will happily solve the problem as soon as I can 💪