https://github.com/remcohalman/imagewatermarker
A small GUI for watermarking your image
https://github.com/remcohalman/imagewatermarker
fbs pyqt5-gui python3
Last synced: 3 months ago
JSON representation
A small GUI for watermarking your image
- Host: GitHub
- URL: https://github.com/remcohalman/imagewatermarker
- Owner: RemcoHalman
- License: mit
- Created: 2019-11-15T19:03:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T00:41:37.000Z (over 1 year ago)
- Last Synced: 2025-01-18T10:16:22.988Z (4 months ago)
- Topics: fbs, pyqt5-gui, python3
- Language: Python
- Homepage:
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ImageWatermarker  
___A small GUI to use for watermarking your images. It is done in batch. The GUI is build with PyQt5 and Pillow. For the project structure I used fbs.
Tested and working with python3.6
When tested on windows the proportions set in the ui change and have to be adapted to personal preference.
___
_Using a virtual environment_
```
python3.6 -m venv venv
. venv/bin/activate
```Usage:
```
pip install -r requirements/base.txt
fbs run
```To make the app a executabele do `fbs freeze`.
if you want to create a installer for your OS (macOS/Windows/Linux) `fbs installer`, important to note is that the app first has to be frozen.