ππ Generates a random outfit from 3 different folders with photos of clothing. One folder is Tops, one Bottoms and one for Shoes!
PIL library for reading and creating the img variables OS for getting the path to the image folders cv2 for displaying the images random for generating a random image from the folder
rand_top()
rand_bottom()
rand_shoe()
main()