I am looking to turn my script which is written in python and uses selenium to automate tasks on a client’s website. I am looking to create a GUI that allows my client to run these automations on their site simply by interacting with the GUI. Im not sure if this is possible but the idea is that the client would just click a button on the interface which would then trigger the automation depending on the input selected. They want to be able to run these automations scripts on their own. I am trying to make it easy for them to interact with the automation script by building a GUI due to a lack of coding knowledge.