A simple Python tool to convert images between PNG, JPEG, and WebP formats—no websites required!
- Convert images quickly with just a few lines of Python code.
- Supports PNG, JPEG, and WebP formats.
- Works locally—no need for online converters or heavy software.
-
Make sure you have Python installed.
-
Install the required library:
pip install Pillow
-
Clone this repository:
git clone https://github.com/yourusername/Image-Converter-Python.git cd Image-Converter-Python
Run the script and follow the instructions:
python app.py
Type your input and output image paths like this:
input.png -- output.webp
Press Enter on a blank line to exit.
Feel free to submit issues or pull requests. Contributions are welcome!
This project is licensed under the MIT License.