I wrote a python script that acts as a Unix command line argument (if it's saved in the working directory).
If I downloaded external modules to use in this script, would someone on the same network (who doesn't have this module installed on their computer) still be able to run the script from their computer? If not, how can I get around this?
Thanks in advance... Please let me know if there's anything I can clarify about my question.