Skip to content

🎨 A Python Script to convert real time videos to ASCII art in Terminal

Notifications You must be signed in to change notification settings

Arjun-Ingole/RealTime_ASCII

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Real Time ASCII video converter

Demo

demo.mp4
  • This Demo was shot live (No Arjuns were harmed while recording)

How it Works

How it Works

  1. It takes input from your webcam and outputs a frame
  2. Converts the coloured frame to greyscale
  3. The Pixels are reassigned a character
  4. Then the characters are joined in a string
  5. Output is printed to the Terminal

The Illusion of Video.

The output it creates isn't actually a rendered video. As soon as the string is printed to the terminal it is also cleared from the terminal immediately and a new frame is printed simultaneously, Thus Creating the illusion of a video.

About

🎨 A Python Script to convert real time videos to ASCII art in Terminal

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages