Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package the Python scripts into a single executable binary for easy distribution #204

Open
agilgur5 opened this issue Dec 22, 2024 · 0 comments

Comments

@agilgur5
Copy link

Motivation

Rather than requiring users to download the whole repo, ensure they run the right version of Python, use venv and install all dependencies, could instead provide a single binary that could be downloaded.

This makes it easier to run cross-platform and significantly easier to distribute as a single file as well.

Implementation Details

For instance, could package all the scripts, dependencies, and a Python runtime into a single binary with PyInstaller (or similar tools).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant