If I have a python application consisting of multiple files, how can I pack and distribute it? My application has a configuration file which has to filled in by the user. S
Also take a look at 5 tips for packaging your Python projects.
You can read up on packaging your projects on the official Python site or check out setuptools.
Please read The Hitchhiker’s Guide to Packaging.