A simple EXE builder for Python files.
Project description
exebuilder
Simple EXE builder for Python files.
Install
pip install exebuilder
Usage
Build EXE
from exebuilder import build
build("main.py")
creates:
dist/main.exe
Run as EXE
from exebuilder import runasexe
runasexe("main.py")
Runs the Python file as a temporary EXE.
CLI
exebuilder my_file.py --logo my_pic.gif
or
python exebuilder.py my_file.py --logo my_pic.gif
creates:
dist/main.exe
Example
from exebuilder import build, runasexe
build("game.py")
runasexe("tool.py")
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
exebuilder-0.4.0.tar.gz
(3.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file exebuilder-0.4.0.tar.gz.
File metadata
- Download URL: exebuilder-0.4.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8a3dd112182ab3253ca99d70671577641aefa6b52e77426dac4c989f44185ee
|
|
| MD5 |
6931771d915b2a84a175bd3a16a444a2
|
|
| BLAKE2b-256 |
fb66626a8daeb423a53efe4049db4478d21e85cbf834b175d1ffe58ceaf3fd49
|
File details
Details for the file exebuilder-0.4.0-py3-none-any.whl.
File metadata
- Download URL: exebuilder-0.4.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4000c4dd1850f8ab60f6e2449dfeafea0c2d51baa8bb260f14985b1ac0e7991b
|
|
| MD5 |
6f85d7836a7a0721dec18f6f44b18733
|
|
| BLAKE2b-256 |
bee1a1b8111dd4c2679f9f7ac1bf7019e350ea3aebec7076ba85f2d3827492b5
|