Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.26 KB

README.md

File metadata and controls

56 lines (38 loc) · 1.26 KB

Watermarker

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.

Features

  • Add text or image watermarks to images.
  • Customize font, color, size, opacity, rotation, and tiling properties.
  • Simple and intuitive user interface.

Prerequisites

Before you begin, ensure you have the following installed:

  • Python (version 3.9)
  • customtkinter library
  • tkinterdnd2 library
  • pillow library
  • matplotlib library

Installation

Clone the repository and install the required dependencies:

git clone https://github.com/matanate/watermarker.git
cd watermarker
pip install -r requirements.txt

Usage

  1. Run the application:
python main.py
  1. Load an image using the "File" menu.
  2. Open the "Watermark" menu to customize watermark properties.
  3. Adjust the properties as needed.
  4. Apply the watermark using the "Apply Watermark" button.

Contributing

Contributions are welcome! Follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch.
  3. Make your changes.
  4. Submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.