A simple image to ASCII converter.
python3 image_to_ascii.pyIf you want to save the output to a .txt file you can:
python3 image_to_ascii.py > image_example.txt(Notice that you'll have to type blindly as I did not think it through. The image_example.txt will have the initial prompt as well)
A simple video to ASCII converter.
python3 video_to_ascii.py
