Shipped this project!
I built a simple python program that generates gibberish and random words based on how many letters that the user has chosen. There are two modes in this program, one which is a gui option in which users can interact and there’s a non gui option in which users can interact using python’s input. The gui was built in Qt and as a way of learning how Qt for Python works and it was quite challenging to work around with since guides on the internet aren’t quite clear enough in my opinion, at first it was quite similar to roblox guis that i have worked on in the past but for Qt in python, it was a little bit more advanced and i wasn’t really familiar with how the Qt code works since i was more used to tkinter back then when i was working with python guis. I managed to finally understand how the Python Qt code and Qt itself works now and the elements of it.
I do want to note that this is my first project being shipped and i thought i wanted to start out with something simple. Overall, i’m really glad how this as my first project turned out and i can’t wait to see what happens next 