Skip to content

RemcoHalman/imageWatermarker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageWatermarker Open Source Love version


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.

About

A small GUI for watermarking your image

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages