I wrote a Python script that easily automates something that a lot of students in my university do daily. I'd like to give it to everyone with minimal effort on their side, so I'm thinking of uploading the script into a google chrome extension that runs when the student runs the extension.
Is this possible by running my Python through pyjamas and then using the outputted javascript into a chrome extension? Or how else should I approach this problem?