GUI APPLICATIONS


GUI Desktop Application. Watermark App.

This app allows users to easily add watermarks to their JPG or PNG images. With a simple and intuitive interface, users can customize various watermark properties such as font style, color, size, opacity, and position before saving the watermarked image.

GitHub Repository

Features and Technologies:

Features Technologies
Custom font style, size, opacity and position Python
Choose from different font colors Matplotlib
Image handling, preview of your watermarked file Pillow
Intuitive interface, save your watermarked file Tkinter

GUI Desktop Game. Breakout Game.

A classic Breakout game implemented in Python using the Turtle graphics library. Breakout is a simple yet addictive arcade game where you control a paddle to bounce a ball and break bricks.

GitHub Repository

Features and Technologies:

Features Technologies
Save/update high score Python
Pause and restart Turtle