Photo Watermarker is a Python GUI application that allows users to add watermarks to their photos. The application provides a user-friendly interface for selecting images, applying watermarks, previewing the result, and saving the watermarked images.
- Open and preview images
- Open and preview watermark images
- Resize and position the watermark
- Preview the watermarked image in real-time
- Save the watermarked image
- Clone the repository:
git clone https://github.com/ZigaoWang/photo-watermarker.git
- Change to the project directory:
cd photo-watermarker
- Create and activate a virtual environment (optional but recommended):
python -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`
- Install the required dependencies:
pip install -r requirements.txt
- Run the application:
python main.py
- Use the buttons to open an image and a watermark.
- Adjust the position and size of the watermark using the provided options.
- Preview the watermarked image in real-time.
- Save the watermarked image.
- Python 3.x
- Pillow
- Tkinter
Install dependencies using:
pip install -r requirements.txt
Contributions are welcome! Please feel free to submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
Made with 💜 by Zigao Wang.