Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.2 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.2 KB

Image to WebP Converter

This Python script converts images in various formats to the WebP format. It supports both a Command Line Interface (CLI) and a Graphical User Interface (GUI) for user convenience.

Features

  • Convert images to WebP format.
  • Supports multiple image formats: PNG, JPG, JPEG, BMP, TIFF.
  • Provides a simple GUI using Tkinter.
  • CLI support for batch processing.

Requirements

  • Python 3.x
  • Pillow library
  • Tkinter (comes with standard Python installation)
  • PyInstaller (for creating an executable)

Usage

  1. Download executable You can directly use the app by downlaoding and running the executable file inside the dist folder.
  2. GUI mode The converter_gui.py file contains code for the GUI version, select the input path & output path and run.
  3. CLI mode Copy & Run the convert.py file inisde the folder containing the images. It will create converted_images isnide the folder where this script is run.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributing

Contributions are welcome! Please submit a pull request or open an issue to discuss changes.

Author: Parth Chawande Contact: parthrc00@gmail.com