https://github.com/JonnoFTW/img_term
Display image, video or USB camera in your ANSI terminal!
https://github.com/JonnoFTW/img_term
opencv python3 terminal terminal-graphics
Last synced: over 1 year ago
JSON representation
Display image, video or USB camera in your ANSI terminal!
- Host: GitHub
- URL: https://github.com/JonnoFTW/img_term
- Owner: JonnoFTW
- License: mit
- Created: 2018-08-10T07:17:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-13T03:14:18.000Z (almost 5 years ago)
- Last Synced: 2024-10-23T03:27:32.452Z (over 1 year ago)
- Topics: opencv, python3, terminal, terminal-graphics
- Language: Python
- Homepage:
- Size: 781 KB
- Stars: 162
- Watchers: 10
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Image 2 ANSI
=
Converts an image to a representation in ANSI
Installation
-
1.
```bash
pip install img_term
```
Usage
-
```
usage: img_term [-h] [-img IMG] [-width WIDTH] [-cam CAM] [-col {4,8,24}]
Display image to terminal
optional arguments:
-h, --help show this help message and exit
-img IMG Image file to display
-width WIDTH Character width of output
-cam CAM Show camera, this is the default
-col {4,8,24} Colour scheme to use
```
Display an image in terminal
```bash
img_term -img dog.jpg
```
Render your video capture device to terminal:
```bash
img_term
```
Select a colour palette:
```bash
./img_term.py -img lena.jpg -col 24
```
Example
-
Go from this:

To this:

Or this

To this:

Or even render a video:
```bash
./img_term.py -col 24 -vid unrealset.mkv -width 78
```
https://gfycat.com/IdolizedSomeGemsbuck
Or simply stream your USB camera to terminal!:
https://gfycat.com/RemarkablePalatableKob