Metadata Name: 'a-mark'. Author: a-matthew/Mateusz A. Purpose: Adding watermarks to images (batch mode by default). Format: CLI (planned UI/Flatpak). License: This project Setup Dependencies: Version: Python 3.14 Manager: venv https://docs.python.org/3/library/venv.html Formatter: Black https://pypi.org/project/black/ Installation: Windows cd "C:\Users\{User}\AppData\Local\Programs\Python\Launcher" .\py.exe -3.14 -m venv "{path}/a-mark/venv-3.14" suggested everything below Linux python3.14 -m venv {path}/a-mark/venv-3.14 suggested everything below cd {path}/a-mark source venv-3.14/bin/activate pip install --upgrade pip pip install -r requirements.txt double check with which python (Linux) Usage: a-mark/main.py configured using 'config.ini' file, or used via CLI arguments a-mark/tests.py Example Watermark on top of the image Watermark in the center of the image ('interwoven' pattern) Watermark at the bottom of the image