You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2.4 KiB

In [ ]:
#HERE IMPORT LIBRARIES FOR USE URLs, IMAGES AND AALIB (FOR ASCII)

from urllib.request import urlopen
from PIL import Image, ImageDraw
import aalib
In [ ]:
pic = Image.open('pic.png') #HERE PUT THE PIC'S PATH!!
In [ ]:
pic = Image.open(urlopen("https://external-content.duckduckgo.com/iu/?u=http%3A%2F%2Fstatic.toolboxrecords.com%2Fpublic%2Fimages%2Fproducts%2Fe%2F5%2F0%2F22874%2Fbig.jpg&f=1&nofb=1")) #HERE PUT THE PIC'S URL!!
In [ ]:
 
In [ ]:

In [ ]:
 
In [ ]:
 
In [ ]:
 
In [ ]:
 
In [ ]:
 
In [ ]:
 
In [ ]:
 
In [ ]: