waydroid_script
waydroid_script copied to clipboard
Package the Python scripts into a single executable binary for easy distribution
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).