I'd like to share a program I'm in the process of writing. Is there any way to distribute it along with the modules it uses? Ideally, something that will pull all of the necessary modules from the main file and create a new directory with everything needed to run from source. I do not want to compile and would like to be able to simply share the source and modules in a .zip file or on gitub.
Thanks!