Skip to content

Commit

Permalink
markdown update
Browse files Browse the repository at this point in the history
  • Loading branch information
WSPluta committed Jan 22, 2025
1 parent 9f26b72 commit c781168
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Binary file added img/frontend.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 6 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c781168

Please sign in to comment.