Skip to content

goldstac/Image-Converter-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Image-Converter-Python

A simple Python tool to convert images between PNG, JPEG, and WebP formats—no websites required!


Features

  • 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.

Installation

  1. Make sure you have Python installed.

  2. Install the required library:

    pip install Pillow
  3. Clone this repository:

    git clone https://github.com/yourusername/Image-Converter-Python.git
    cd Image-Converter-Python

Usage

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.


Contributing

Feel free to submit issues or pull requests. Contributions are welcome!


License

This project is licensed under the MIT License.

About

Convert images easily in Python—supports PNG, JPEG, and WebP.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages