Skip to content

Simple web app for adding custom watermarks to images

Notifications You must be signed in to change notification settings

ATiKE1/watermarker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🖼️ Watermarker Web App

Simple web app for adding custom watermarks to images.
Allows users to upload an image and a watermark (PNG), drag the watermark to the desired position, adjust size and opacity, then download the result.


🔧 Features

  • Upload base image and watermark (PNG only (u can change :) it)
  • Drag & drop watermark positioning
  • Adjust watermark size and opacity
  • Image processing via Pillow
  • Download final image as JPEG

🧰 Technologies Used

  • Python 3
  • Flask – web framework
  • Pillow – image manipulation
  • HTML/CSS/JavaScript – frontend
  • Bootstrap 5 – styling

For install dependencies use:

pip install flask pillow

📁 Project Structure

Project Structure img

🚀 How to Run

Step 1. Install dependencies

Step 2. Clone this repo

git clone https://...
cd watermarker

Step 3. Run the app

python app.py

Step 4. Finally, open in browser

❤️ I Like You

About

Simple web app for adding custom watermarks to images

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published