Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 347 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 347 Bytes

Simple Python PNG to WEBP converter

Requirements: Python 3.9+

Steps to run:

  1. Clone the repository
  2. Place PNG images in a new /src directory
  3. Run py co.py in the program directory
  4. Output WEBP images will be in /out directory

Warning: images in /src will be automatically deleted after conversion