diff --git a/img/frontend.png b/img/frontend.png new file mode 100644 index 0000000..c431fa4 Binary files /dev/null and b/img/frontend.png differ diff --git a/readme.md b/readme.md index 3a8cf5e..934745c 100644 --- a/readme.md +++ b/readme.md @@ -1,18 +1,21 @@ -# HEIC to PNG Converter -A simple Python script to convert HEIC images to PNG format. +![Frontend](img/frontend.png) + +# HEIC to JPG Converter +A simple Python script to convert HEIC images to JPG format. ## Requirements - Python 3.7+ - Pillow 9.2.0+ - pillow-heif 0.10.0+ +- Streamlit 1.41.1 ## Usage - Clone the repository: `git clone https://github.com/WSPluta/heic-converter.git` - Navigate to the project directory: `cd heic-converter` - Install the required libraries: `pip install -r requirements.txt` -- Run the script: `python main.py` +- Run the script: `streamlit run main.py` - Follow the prompts to select the input directory containing HEIC files. ## Features