Display your webcam in ASCII in your terminal
Inspired from:
- https://github.com/uvipen/ASCII-generator
- https://github.com/micodeyt/ascii-webcam
- python 3
- openCV (cv2)
Start:
python3 main.py [row column -r -f]Default:
python3 main.py 48 128Eg:
python3 main.py 30 60 -frow (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
