pokedex
pokedex copied to clipboard
- added separated functions - tested for input and file errors - improved(i believe) readability - added comments hope its good :) @aneagoie was fun for first git work
Please I request my favorite web developer to add my favorite Pokemon!
import os from PIL import Image folder_name, new_folder_name = input().split() way = os.path.abspath(new_folder_name) if not os.path.isdir(way) : os.makedirs(new_folder_name) with os.scandir(folder_name) as files : for each in files : img =...
Hi Andrei! I hope this message finds you well. I recently went through your course and found it incredibly valuable. Your insights and content have been truly enlightening. I am...