Camera is a python tool that allows you to take ascii photos, or display a video of you as ascii art.
This project have been inspired by micode one (see here)
To install this project, simply clone it, and cd into it.
Then, you will need to install requirements :
pip install -r requirements.txt
After that, you're done !
Simply run camera.py to have a fullscreen live ascii art video of your head.
Four other files are aviables :
This allows you to take a picture of you and save it as .image.
This allows you to see a picture that you've take using take_photo.py (terminal needs to be resized).
Take a video from you and save it as a .video.
You see it, it read a .video file (and terminal needs to be resized)
Hope you enjoyed this little project !