Bundle Python packages into a single script.
A utility needed to build multiple files into a single script. It can be useful for distribution or for easy writing of code and bundle it (for example for www.codingame.com)
python setup.py install
pyndler entry.py -o output.py