All Projects β†’ JonnoFTW β†’ Img_term

JonnoFTW / Img_term

Display image, video or USB camera in your ANSI terminal!

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Img term

Video To Ascii
It is a simple python package to play videos in the terminal using characters as pixels
Stars: ✭ 960 (+571.33%)
Mutual labels:  terminal, opencv
Purify
🌈 Clean & vibrant color schemes for Vim, Terminals...
Stars: ✭ 142 (-0.7%)
Mutual labels:  terminal
Asciinema Player
asciinema player is an open-source terminal session player written in Javascript and Rust/WASM. Unlike other video players asciinema player doesn't play heavy-weight video files (.mp4, .webm etc) and instead plays light-weight terminal session files called asciicasts.
Stars: ✭ 1,948 (+1262.24%)
Mutual labels:  terminal
Legocv
Native OpenCV Swift Framework
Stars: ✭ 140 (-2.1%)
Mutual labels:  opencv
Qtevm
C++ implementation of EVM(Eulerian Video Magnification), based on OpenCV and Qt.
Stars: ✭ 138 (-3.5%)
Mutual labels:  opencv
Opencv transforms torchvision
opencv reimplement for transforms in torchvision
Stars: ✭ 141 (-1.4%)
Mutual labels:  opencv
Linux Dotfiles
I configure lots of things, sorting them out here
Stars: ✭ 137 (-4.2%)
Mutual labels:  terminal
Cli Menu
πŸ–₯ Build beautiful PHP CLI menus. Simple yet Powerful. Expressive DSL.
Stars: ✭ 1,776 (+1141.96%)
Mutual labels:  terminal
Animoji Animate
Facial-Landmarks Detection based animating application similar to Apple-Animojiβ„’
Stars: ✭ 142 (-0.7%)
Mutual labels:  opencv
Extraterm
The swiss army chainsaw of terminal emulators
Stars: ✭ 1,922 (+1244.06%)
Mutual labels:  terminal
Rpa Python
Python package for doing RPA
Stars: ✭ 2,449 (+1612.59%)
Mutual labels:  opencv
Tomato Clock
Pomodoro η•ͺθŒ„ε·₯δ½œζ³• https://en.wikipedia.org/wiki/Pomodoro_Technique
Stars: ✭ 139 (-2.8%)
Mutual labels:  terminal
Asciinema Server
Web app for hosting asciicasts
Stars: ✭ 1,848 (+1192.31%)
Mutual labels:  terminal
Cvscanner
An OpenCV based library for Android to scan ID documents or Passports.
Stars: ✭ 138 (-3.5%)
Mutual labels:  opencv
Arkitexperiments
Quick and dirty experiments with ARKit
Stars: ✭ 142 (-0.7%)
Mutual labels:  opencv
Bottom
Yet another cross-platform graphical process/system monitor.
Stars: ✭ 3,182 (+2125.17%)
Mutual labels:  terminal
Abnormal event detection
Abnormal Event Detection in Videos using SpatioTemporal AutoEncoder
Stars: ✭ 139 (-2.8%)
Mutual labels:  opencv
Qov
The terminal presentation tool.
Stars: ✭ 141 (-1.4%)
Mutual labels:  terminal
Oxidtools
200 TOOLS BY 0XID4FF0X FOR TERMUX
Stars: ✭ 143 (+0%)
Mutual labels:  terminal
Hololenswithopencvforunityexample
HoloLens With OpenCVforUnity Example
Stars: ✭ 142 (-0.7%)
Mutual labels:  opencv

Image 2 ANSI

Converts an image to a representation in ANSI

Installation

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

img_term -img dog.jpg 

Render your video capture device to terminal:

img_term

Select a colour palette:

./img_term.py -img lena.jpg -col 24

Example

Go from this:

Dog

To this:

Screenshot

Or this

Lenna

To this:

LenaPixel

Or even render a video:

./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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].