Is it possible to use html to initiate a python script which is stored on the...

Marina Sitkina

New member
...users c drive? Hi!

I have been searching the internet without luck, I am looking to use a web page in which you click a button, and the onclick initialised a python script to run on the computer. Can you please tell me if this is possible? I have read online that the python interpreter cannot be encoded into html, but since I was looking simply to initiate a python script eg

onclick = C:python.py

rather than run python code inside the browser, Im wondering if the interpreter is really required...

Kind Regards,

Al
 
Back
Top