A command line application for viewing and searching for images and gifs.
- Display images in the terminal
- Play GIFs in the terminal
- Search for GIFs using the
--searchflag - Images and GIFs are scaled accordingly to your terminal
- Accepts URLs as the image argument using the
--urlflag - Repeats/loops gifs using the
--repeatsflag
-
Clone the repo:
git clone https://github.com/alannxq/tim.git -
CD into the directory:
cd tim -
Run the program:
python tim.py <filename> -
To get the search function, make sure to create a giphy api key and add it to your environment variables
- The pillow & sty module(s)
On Windows:
pip install pillow styorpy -m pip install pillow sty
On Linux/macOS:
pip install pillow sty




