GUI built with Python and TkInter. Allows to upload any image and add a text watermark. Use of OOP to ensure readability and reuse of code.
The application offers the following functionality:
- Upload image file from own device via tkinter.filedialog
- Choose individual text for watermark
- Choose watermark color with tkinter.colorchooser
- Choose from different fonts
- Choose size of watermark
- Choose rotation of watermark
- Choose position of watermark
User Interface after uploading image file


