Skip to content

BraulioVM/tulip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 💪

About

Display simple images in your terminal 🤘

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages