Swarnendu0123 / pokedex_img_converter

PokeDex Image Converter is a Python script that converts images of Pokémon from the poke_dex folder to PNG format. The script takes images with names ['bulbasaur.jpg', 'charmander.jpg', 'pikachu.jpg', 'squirtle.jpg'] and converts them to PNG files.
7 stars 7 forks source link

Added new pokemon download feature #26

Closed InquisitiveMe15 closed 1 year ago

InquisitiveMe15 commented 1 year ago

24

Swarnendu0123 commented 1 year ago

Try to think if the user input a wrong Pokemon name.

InquisitiveMe15 commented 1 year ago

okay, we can use try except block