quintuplicate yello, I'm quite new here but came to let you know that is technically a command line app as you don't have a GUI for it.
Writing GUIs isn't actually too complicated if you use something like TKinter or PYSimpleGUI but those can be boring if you want it to be more.
If you want more complicated designs you can use qt designer to design the layout for you and then read some of the docs on how to initialize the UI stuff and connect button presses to function calls.