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

Add a try except block in main.py #1

Closed divi-259 closed 1 year ago

divi-259 commented 1 year ago

Below are few examples of the kind of exceptions that can arise -

We can handle this case by adding a try except block.

Swarnendu0123 commented 1 year ago

If you want to work on the issue and fix it, you are always welcome. Just solve the issue and open a pull request

divi-259 commented 1 year ago

Can you assign this to me? Also please add relevant labels for this issue.