Skip to content

EdwardLab/binpython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

BINPython

Lightweight and small portable Python, build with pyinstaller

Usage

-h     --help     View this help
-f     --file=     Enter Python Filename and run
-v     --version  View BINPython Version

Build

  1. Clone this project
git clone https://github.com/xingyujie/binpython
cd binpython
  1. Install Python, pip and the pyinstaller environment
pip install pyinstaller
  1. Compile with basic pyinstaller, e.g.
pyinstaller -F binpython.py

(You can also use more compilation parameters, see pyinstaller documentation for details)

  1. Switch to the dist directory and find the compiled executable file, such as exe or bin file

Use

Under most Unix-like systems, run "./binpython" to run, double-click to run under Windows

About

Lightweight and small portable Python, build with pyinstaller

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

 
 
 

Contributors