The Watermarker is a user-friendly application for adding watermarks to images, allowing customization of various properties such as text, font, color, size, opacity, rotation, and tiling.
- Add text or image watermarks to images.
- Customize font, color, size, opacity, rotation, and tiling properties.
- Simple and intuitive user interface.
Before you begin, ensure you have the following installed:
- Python (version 3.9)
- customtkinter library
- tkinterdnd2 library
- pillow library
- matplotlib library
Clone the repository and install the required dependencies:
git clone https://github.com/matanate/watermarker.git
cd watermarker
pip install -r requirements.txt
- Run the application:
python main.py
- Load an image using the "File" menu.
- Open the "Watermark" menu to customize watermark properties.
- Adjust the properties as needed.
- Apply the watermark using the "Apply Watermark" button.
Contributions are welcome! Follow these steps to contribute:
- Fork the repository.
- Create a new branch.
- Make your changes.
- Submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.