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 User Requested Image Types and Updated Readme #5

Closed pranavdasan closed 1 year ago

pranavdasan commented 1 year ago

Fix #2

Program now allows user to choose from PNG, JPEG, GIF, or BMG file types. Couldn't add more because that's all that Pillow Image Module allows.

Updated the Readme with the new file types. Also fixed the Usage section, since that wasn't correct.

pranavdasan commented 1 year ago

Please add the hacktoberfest-accepted label, thanks.