Simple Python PNG to WEBP converter
Requirements: Python 3.9+
Steps to run:
- Clone the repository
- Place PNG images in a new /src directory
- Run
py co.py
in the program directory - Output WEBP images will be in /out directory
Warning: images in /src will be automatically deleted after conversion