Skip to content

An app that will add a water mark to an image to protect your precious intellectual property!!

License

Notifications You must be signed in to change notification settings

Taky0nDon/Watermark-Adding-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is my project for day 85 of the Angela Yu 100 Days of Code course. My goal is to construct an application in python that will add a watermark to an image file provided by the user.

How it Works:

  1. If you don't already have Python installed, install it. [Latest version here] (https://www.python.org/downloads/release/python-3124/)
  2. Clone this repository and install the required third party libraries:
git clone https://github.com/Taky0nDon/Watermark-Adding-App.git
cd Watermark-Adding-App
python3 -m pip install -r requirements.txt

(If you are having trouble with this process, open an issue and I will do my best to be of assistance.) 3. Run python3 src/main.py to start the program. 4. Click on 'choose background image'. Navigate to the picture you wish to make your background. 5. Do the same after clicking 'choose the foreground.' 6. Type some text into the box next to the 'Add text' button. The text will be superimposed over your background. 7. You can change where the foreground will appear by entering two integers separated by a comma in the Foreground position (x.y) box. Experiment with different pairs of integers and see where your foreground goes! 8. Click 'Superimpose image' to apply the foreground to the background and text combination. If you wish for the text to be above the foreground, simply click 'Add text' again, and the new text will appear on top of the foreground and the background.

About

An app that will add a water mark to an image to protect your precious intellectual property!!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages