I want to make a Minecraft Launcher, but I'm bad at making UI in python, so I would like to know how to render html, css but let's say I clicked a button, I want to run the button in python. I do not want to run it server-side or anything to do with the localhost
I tried making it using electron in js and using ipc's but that didn't work. All I want to know is how to use html, css as GUI and run them in python you can do just a print(). Is there any module that can run html, css and all in the python file and a html file if needed. I want to execute it using the python file, not by opening the html file in browser. Like the html must be the window