Lightweight and small portable Python, build with pyinstaller
-h --help View this help
-f --file= Enter Python Filename and run
-v --version View BINPython Version
- Clone this project
git clone https://github.com/xingyujie/binpython
cd binpython- Install Python, pip and the pyinstaller environment
pip install pyinstaller- Compile with basic pyinstaller, e.g.
pyinstaller -F binpython.py(You can also use more compilation parameters, see pyinstaller documentation for details)
- Switch to the dist directory and find the compiled executable file, such as exe or bin file
Under most Unix-like systems, run "./binpython" to run, double-click to run under Windows