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.1.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.1.tar.gz.
File metadata
- Download URL: exebuilder-0.6.1.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 |
30bd5e5104aa06eccab72970fcfb42696f3a6d7eafecf1e8d35eb635ec5edc40
|
|
| MD5 |
57fc53e7f74a6adc488f2a1a97c436e1
|
|
| BLAKE2b-256 |
36b402308443ae2105e9d323db2dd6dd153acdd06842eb5957283e1fede190c4
|
File details
Details for the file exebuilder-0.6.1-py3-none-any.whl.
File metadata
- Download URL: exebuilder-0.6.1-py3-none-any.whl
- Upload date:
- Size: 4.8 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 |
249daed7d330edcc6150e06224c5f1d95d1ac10c6bb6b8c0a9608938464c1df7
|
|
| MD5 |
cbd375c17a8193c11dc333f71c4a8e31
|
|
| BLAKE2b-256 |
45d1d00bca93bfde3c835e705ea4ef96ddb6f131ab6a275c56ba57295ffecd45
|