Skip to content

Simple open CV python implementation of video feed to ASCII art

License

Notifications You must be signed in to change notification settings

MarkoDobrinic/Video-To-ASCII-Art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video stream to ASCII art

img

Why not become a bunch of characters!?

To run the script you can pass values for ASCII character width and height - Values that work well are in 4:3 ratio (width:height); e.g. (16,12) or (4,3).

python  ascii_art --w 4 --h 3 --canny
python  ascii_art --w 4 --h 3 

python  ascii_art --w 16 --h 12 --canny
python  ascii_art --w 16 --h 12 

About

Simple open CV python implementation of video feed to ASCII art

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages