This code transforms an image to a copypasta (unicode art) that fits in Twitch and Google meet chat.
Use the package manager pip to install OpenCV.
pip install opencv-pythonpython copypasta -ht ht -lt lt -g gIn where "ht" is the high threshold value of intensity gradient, "lt" is the low threshold value gradient and "g" for the grayscale you want to highlight (either 0 or 255, default is 0).
In the example used in "output.txt", it was used these parameters:
python copypasta -ht 50 -lt 150 -g 255