Skip to content

Python tkinter user-friendly application for adding watermarks to images

License

Notifications You must be signed in to change notification settings

matanate/Watermarker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Python tkinter user-friendly application for adding watermarks to images

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages