HEIC to JPEG Converter Overview This Python-based application allows you to easily convert multiple HEIC files to JPEG format. The user-friendly interface allows for batch processing of HEIC images, providing a progress bar to indicate the conversion status. This tool is designed to streamline the conversion process, saving time and effort.
Features Batch Conversion: Select multiple HEIC files for conversion at once. Progress Bar: Tracks the conversion progress, so you know exactly how much is completed. Easy Output Directory Selection: Choose a folder where all the converted JPEG images will be saved. Simple GUI: An intuitive interface designed using Tkinter. Requirements Python 3.x Pillow library pillow_heif library Tkinter (for GUI) Installation Instructions Download the .exe file and run the application on a Windows system. If you want to use the source code, ensure you have Python 3.x installed. Install the required libraries using pip: bash Copy Edit pip install Pillow pillow-heif How to Use Open the application by running the .exe file or executing the script. Click on the "Upload HEIC Files" button. Select one or more HEIC files that you want to convert. Choose an output directory where the JPEG files will be saved. The progress bar will show the conversion process, and once all files are converted, a message will notify you that the process is complete. License This project is licensed under the MIT License - see the LICENSE file for details.