| <p>A command line tool used to distribute the python scripts and package. By Pycapsule you can: <p>Encrypt your python scripts and it will run as if it's not encrypted. <p>Or <p>Distribute your python scripts or package to another machine without python installed. Maybe the target system is different from the build system. <br> <p>Supported platforms <hr> <p>Pycapsule is developed by Python and C. Windows, Linux/Unix are supported, The following operation systems have been tested: <ul> <li>- Windows XP, 2000, 2003</li> <li>- GNU Linux(rh4)</li> </ul> <p>Python support: <ul> <li>Python 2.6</li> <li>Python 2.5</li> <li>Python 2.4</li> <li>Python 2.3</li> </ul> <p><b>Usage</b> <p>Pycapsule is a console application, using file 'pycapsule.exe' in windows or 'pycapsule' in linux implements all the functions. <p>1. Encrypt your scripts<hr> <p>By pycapsule you can use the encrypted script, it seems as the scripts is not encrypted. <p>2. Distribute your package<hr> <p>By Pycapsule, you can distribute your python scripts or package to a machine without python, maybe its operation system is different from your build machine. <p>All the files need to used in the target machine will be put into one directory. And you can encrypt all your .py files in the package if you do want to do. You can specify a startup script, and this script will be convert to an execute file. OS: |

