These two small projects were developed as a complement to The Complete Python Developer course I've recently finished. The jpg to png converter was a course project that I've made a few tweaks to improve and make it more readable after reading the documentation and the gif resizer was just a personal project to experiment and test a bit more of the library.
Python3, pip and Pillow are required, for convenience a requirements.txt file is provided in the config, to use it run the following command:
For the jpg to png conversion all you have to do is supply the original images path and the target images path:
For the gif resizer, assuming the gif is in the same directory as the script:
The result is saved under the name new.gif
Thank you to The Complete Python Developer for the Python lessons and credits for the awesome instruction images go to Carbon.


