auto-py-to-app is a cx-Freeze GUI to package .py into .exe or excutable files.
Project description
Auto-Py-To-App
Auto-Py-To-App is a GUI for cx_Freeze, which is a library to change .py excutables into .exe (on windows) or binary files (on Mac OS).
The famous library to package python script, maybe you heard about it once, named as pyinstaller. cx_Freeze, however, is trying to catch up with it in recent years.
For pyinstaller, after you run its command, it will give you an excutable .exe file one way or another, regardless of its robustness. And for many starters, they could find it hard to tune the packaged .exe file.
cx_Freeze, to some extend, performs better in this field. The adjustment after you package your program can be easier and faster.
If you want to use pyinstaller, it's suggested that you start with another GUI called auto-py-to-exe. Auto-Py-To-App is based on auto-py-to-exe, the only difference is auto-py-to-app is powered by cx_Freeze, while auto-py-to-exe is powered by pyinstaller.
Notice
If you meet bug when loading cx_Freeze as:
AttributeError: module 'lief._lief.logging' has no attribute 'LOGGING_LEVEL'
It is because cx_Freeze does not support the latest version of lief. You can fix this bug by uninstall lief and re-install an older version of lief, such as lief-0.12.1. Please use:
pip install lief==0.12.1
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
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 auto_py_to_app-0.0.5.tar.gz.
File metadata
- Download URL: auto_py_to_app-0.0.5.tar.gz
- Upload date:
- Size: 100.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
902dd8a5afc9baedb86687664b9233a5035f22d6740c83f4680a1246f7e6859f
|
|
| MD5 |
490296728eb4ffaaa6346ebb726da3d6
|
|
| BLAKE2b-256 |
988bfe40956045d0961b04782d4039118ca8190f8c921310f1274e62d4e0b320
|
File details
Details for the file auto_py_to_app-0.0.5-py3-none-any.whl.
File metadata
- Download URL: auto_py_to_app-0.0.5-py3-none-any.whl
- Upload date:
- Size: 106.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c647d5d71b82524cd150cb0158b2aa3166166e8ec7f19d3fdcb8029ee1f26d03
|
|
| MD5 |
713e053f00c4f350d58e6aebbb521b79
|
|
| BLAKE2b-256 |
bcea1fe7575e92abb40165581b0bc87fd8b96f1049dcb7ff6f5f7854169ba4a8
|