Skip to content

mDeram/WebcamASCII

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebcamASCII

Display your webcam in ASCII in your terminal

It's me in ASCII: me in ascii

Inspired from:

Requirements

  • python 3
  • openCV (cv2)

Utilisation

Start:

python3 main.py [row column -r -f]

Default:

python3 main.py 48 128

Eg:

python3 main.py 30 60 -f

row (integer): number of row (default: 48)

column (integer): number of column (default: 128)

-r: reverse black and white

-f: flip the output horizontaly

Stop: ctrl+c

About

A webcam to ASCII stream converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages