DEV Community

Rocky Le
Rocky Le

Posted on

Project Showcase GUI in python

Today I just finished created a GUI application that can showcase my multiple micro projects that I completed. The ideas for the projects come from this github repo: https://github.com/karan/Projects.

How the Application works

First to use the application the user must select one of the tabs. So far I have only created two categories for the projects completed.

Tabs

Next the user must click on the drop down menu shown and select which project they wish to see in action.

dropmenu

dropmenu

Afterwards the user can then perform whatever action the project asks of them and see the results

calculator

reverse

Here is a link to my repo of the application if you wanna check it out! https://github.com/Rocky-Hoang-Le/projectshowcase

Top comments (0)