Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mistzsoftware/image-converter
- Owner: MistzSoftware
- License: bsd-3-clause
- Created: 2024-05-27T14:13:52.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-07T10:22:44.000Z (3 months ago)
- Last Synced: 2024-11-05T10:45:01.598Z (2 months ago)
- Topics: image-converter, png, python, webp
- Language: Python
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ```