I know python modules/scripts can be run from within a zip archive, as outlined here: https://www.python.org/dev/peps/pep-0441/ and https://blogs.gnome.org/jamesh/2012/05/21/python-zip-files/
But my question is:
Is it possible to password protect this archive or .pyz file and run it with another small python script that will send the password and then run the __main__.py
?
Thanks!