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

Feature: Converting it into a web project #7

Open Swarnendu0123 opened 1 year ago

Swarnendu0123 commented 1 year ago

Use flask and make it a hosted project. So that anyone can upload their files or folder and can use it.

yoursmanjunad commented 1 year ago

Hey, I'll try to dockerize it. So that you can deploy anywhere and easily run on any platform. I can also work on ansible playbooks, jenkinsfile aswell to run this on a any infrastructure

Swarnendu0123 commented 1 year ago

Yes just modify it and open a pull request