vietnguyen91 / ASCII-generator
- понедельник, 4 февраля 2019 г. в 00:17:50
Python
ASCII generator (image to text, image to image, video to video)
Here is my python source code for ASCII generator. with my code, you could:
By running the sript video2video.py with different values for background and mode, we will have following outputs:
White-background simple-character ASCII output
Black-background simple-character ASCII output
White-background complex-character ASCII output
Black-background complex-character ASCII output
By running the sript img2txt.py with different values for mode, we will have following outputs:
Complex character ASCII output
By running the sript img2img.py with different values for background and mode, we will have following outputs:
White-background simple-character ASCII output
Black-background simple-character ASCII output
White-background complex-character ASCII output
Black-background complex-character ASCII output