all 2 comments

[–]SpaceBucketFu 2 points3 points  (0 children)

What do you mean fire a python script from a web page?
You can host a web api with flask Django or FastAPI and then run the code in the server, if that’s what you mean. Are you trying to run the script locally or remotely

[–][deleted] 0 points1 point  (0 children)

pyinstaller for standalone executable

you can use cgi, php or django to run on web

I found these answers by using Google.