
As part of a Python bootcamp, a portfolio builder was to create a a image watermark generator. I wanted to take it one step further and create a modern UI to handle user requests.
This project was especially unique because I leveraged Flask’s native ability to process image uploads in addition to processing the image using Python PIL (pillow). I created a custom algorithm to size down the font and position the custom watermark text according to the photo’s dimensions.
Before

After

Technologies Used:
- Python 3
- Flask
- HTML5
- CSS
- JavaScript