| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Lightweight and small portable Python, build with pyinstaller
Because:
Usage: binpython [OPTIONS] Options: -h --help View this help -f <filename> --file=<filename> Enter Python Filename and run (*.py) -s <port> --server=<port> Start a simple web server that supports html and file transfer (http.server) -v --version View BINPython Version -g --gui View GUI About and build info -i --idle Open BINPython IDLE Code Editor Additional options for the plus version -p --plus Open BINPython IDE Plus Code Editor(beta) with http web server -e --example Run various code examples through BINPython
git clone https://github.com/xingyujie/binpython
cd binpythonpip install pyinstallerWindows: double-click "buildwin.bat"
Linux: Go to terminal and run "buildlinux.sh" bash script
(You can also use more compilation parameters, see pyinstaller documentation for details) Under most Unix-like systems, run "./binpython" to run, double-click to run under Windows
| Back | FazBrowse Home | New Git URL |