Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZombarDu88 authored Jul 10, 2024
1 parent 7610ddb commit 0df298d
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# Minimalist-image-editor
This tool allows to modify several aspect of a single or multiple image
This tool allows to modify several aspects of a single or multiples images.
All edit files will be stored in the `Output_images` folder

For this script work properly install the following lib with your comand prompt:
```
pip install pillow
```

### Ui (very bad XD)
![](https://raw.githubusercontent.com/ZombarDu88/Minimalist-image-editor/main/images/Software.PNG)

## Exemple of use
Initial image : ![](https://raw.githubusercontent.com/ZombarDu88/Minimalist-image-editor/main/images/snore%20mimimimi%20base.png)

Modified : ![](https://raw.githubusercontent.com/ZombarDu88/Minimalist-image-editor/main/images/snore%20mimimimi%20(128x50).png)

0 comments on commit 0df298d

Please sign in to comment.