How do I print an image from a link in console?
The image link is "https://cdn.discordapp.com/avatars/826439366439993354/c107a313dba5b75dd388c2fca5df68f9.png", I know I can print this using the pillow module if I download the .png, but how would I do this if it's not downloaded? Is there any way to do this without downloading the image, just printing it in the console?