I made a UI using html and css that takes input as file path. What I need is now to enable my python file to take that path name and run the python script on the input file. How can I achieve this? I saw there is something called eel. but I need this app to be distributed so everyone who installs wont have a chrome installed to run in eel. Please provide me with different alternatives to link these two. I'm quite new to web app.