I'm looking for a way I can package a tool I've built for use by my colleagues. In order to run it requires modules that are currently only found on my own workstation. Adding the modules to other workstations is not possible because it's explicitly prohibited.
So far I've been unable to locate any way to accomplish my goal without using a module or other software that converts the script into an exe.
My work-site has strict rules for executable software. I am prohibited from creating anything that requires installation, makes any changes to the registry, and/or has exe as its native file extension.
I'm hoping someone here might know a way to get around this restriction while still adhering to that policy. Bending or breaking these rules, even for a moment, would be met with harsh consequences for myself.