Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mistzsoftware/image-converter

Simple python script to convert multiple images from webp to png.
https://github.com/mistzsoftware/image-converter

image-converter png python webp

Last synced: 12 days ago
JSON representation

Simple python script to convert multiple images from webp to png.

Awesome Lists containing this project

README

        

# image-converter

This programm require **python3** and the library **Pillow**.

## How to install **Pillow**

Simply run this command to install pillow:
```pip install pillow```

## Usage

When everything is installed, go where you put the python code and run it like that:
```python main.py ```