Display your webcam in ASCII in your terminal
Inspired from:
- python 3
- openCV (cv2)
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