Running local scripts with HTML buttons

I was curious if it was possible to run local scripts from simply clicking a button on a basic HTML page, as I can think of a few good scenarios for browser based dashboard pages. This is using Python with Flask to start a tiny local web server, to serve a basic HTML page. The […]