waydroid_script icon indicating copy to clipboard operation
waydroid_script copied to clipboard

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

Open agilgur5 opened this issue 11 months ago • 0 comments

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).

agilgur5 avatar Dec 22 '24 22:12 agilgur5