how should i run some powershell commands on user’s machine OS in flask web application?
I am developing one flask application which has meeting purpose use. I need to keep checking that user using headphone or not. I used powershell command to check these on local. But when I deploy it. Those command worked for server OS, I want to keep it run for user’s OS. How should I achieve it using python and flask?