Skip to content

Instantly share code, notes, and snippets.

View 21chloele's full-sized avatar
🎯
Focusing

CHLOE LE 21chloele

🎯
Focusing
View GitHub Profile
import imageio.v3 as iio
#import the imageio on my macbook terminal
filenames = ['/Users/chloe/Desktop/chicklet1.png','/Users/chloe/Desktop/chicklet2.png', '/Users/chloe/Desktop/chicklet3.png', '/Users/chloe/Desktop/chicklet4.png']
#enter the image i want to use which located on my laptop and i downloaded them from sonnynomnom's github (thank you for the tutorial)
images = [ ]
#an empty list to store the actual image data
for filename in filenames: