Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blankscreen-exe/shell-show
An image viewer in terminal
https://github.com/blankscreen-exe/shell-show
image-processing pillow pixel-art pyhton3 python shell terminal terminal-app
Last synced: 5 days ago
JSON representation
An image viewer in terminal
- Host: GitHub
- URL: https://github.com/blankscreen-exe/shell-show
- Owner: Blankscreen-exe
- Created: 2024-10-23T19:06:25.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T19:20:53.000Z (2 months ago)
- Last Synced: 2024-10-24T05:50:40.049Z (2 months ago)
- Topics: image-processing, pillow, pixel-art, pyhton3, python, shell, terminal, terminal-app
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shell Show
An image viewer which shows selected images inside your terminal. But why? Well ... just like we used to use `neofetch` to make our terminal start up in an awesome way, I wanted to my terminal to start by showing an image. Pretty fun way to flex, you know.
But anyways, this script works well with small resolution images. That is because I wanted to show off some pixel art in there.
Also use `.png` images for sharp quality.
## Dependencies
The script uses only one dependency, and that is [Pillow](https://pypi.org/project/pillow/). The version I used for this app is `11.0.0`.
## Usage
```sh
python3 main.py /path/to/image
```## Preview
![Screenshot_1](https://github.com/user-attachments/assets/ea4c0993-d3c1-4657-a024-757ab1390af8)