My

programs

Slot machine minigame (Python)

3 in a row!! Ever wondered what it feels like when playing in a slot machine? Well, this program tries to simulate that experience without hurting your bank account. It randomly prints 3 letters in each row. If you are lucky enough to get a letter three times in one row then your bet is multiplied by the unique multiplier of each letter. The rarer the letter the bigger the multiplier.
Game on!
credit: Tech With Tim

View on Github

Register & login interface (Python & Tkinter)

Every developer needs to have some experience with login interfaces. This program logs the information of the users on a database that later uses to validate and log them in their accounts.

View on Github

Interactive quiz (Python & Tkinter)

Have you ever wondered which Hollywood actor/actress you are? Well, this quiz will tell you based on your answers. It was made using tkinter and it is the most complicated project I've done so far because of the number of images, texts and buttons in it but most importantly the automation required for printing each question along with its answers and getting a result based on them.

View on Github

GUI calculator (Tkinter)

Who doesn't need a calculator these days? This one was made using Tkinter and it was the first project that involved a graphical interface. It is a basic calculator that can add, subtract, multiply and divide.

View on Github

Converter (Python)

This is a converter program that can convert weight, distance and temperature measurements units. For example, you can go from kilograms to pounds and the other way around. Perfect for when you don't have an internet connection and Google is not there to help you.

View on Github

Guessing game (Python)

If you are sitting at home, bored, then this guessing game is perfect for you. This is my first ever project in Python and it is a simple game that you are presented with some numbers and you have to guess the correct one. It also comes with 4 levels of difficulty to give you more of a challenge.

View on Github