A simple EXE builder for Python files.
Project description
exebuilder
Simple EXE and project 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.
Make project
from exebuilder import Project
pjct=Project("my_entry.py")
pjct.buildver()
or
project=make_project("my_entry.py")
project.buildver()
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")
myproject=Project()
Project details
Release history Release notifications | RSS feed
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.6.2.tar.gz
(4.3 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.6.2.tar.gz.
File metadata
- Download URL: exebuilder-0.6.2.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d94297e738f9d73887362581e92d0eee915d741da8247028fb73a56d0cd005c0
|
|
| MD5 |
25eac1de20fb08a0150139b390d2b00c
|
|
| BLAKE2b-256 |
62ec66fe173909ac2dd6b912067585d00da0b804cdc5d892c3f284eeed4f88f3
|
File details
Details for the file exebuilder-0.6.2-py3-none-any.whl.
File metadata
- Download URL: exebuilder-0.6.2-py3-none-any.whl
- Upload date:
- Size: 4.9 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 |
d657fd0947d050af4309ad5833001e178a68c40f6eb50990846a50ba0176fc28
|
|
| MD5 |
3c5c1787ea40fd533a791234a6e0d330
|
|
| BLAKE2b-256 |
3a499b78c68f927058f8653bbe02a8dd25c78250fd08df52fa4574d0d2d2cf41
|