Welcome to the PyExecGo Builder!
PyExecGo is a lightweight solution that allows you to run Python scripts on any system without requiring Python to be installed. It bundles a portable version of Python along with an open-source Go executable, making it simple and user-friendly.
The PyExecGo Builder streamlines the setup process for creating your own PyExecGo executable. Here’s why you should use it:
- No Go Installation Needed: You don’t need to have Go installed on your system to use this builder. Just run the tool and let it handle the rest!
- Automatic Setup: The builder automates the setup process, saving you time and effort.
- Open Source: Like the main project, the builder is open source. You can trust the code and even contribute to it!
- Download the Builder: Get the latest release of the builder from our releases page.
- Run the Builder: Simply execute the builder and follow the prompts. It will guide you through the necessary steps to package your Python scripts.
- Distribute Your Package: Once the builder has finished, you’ll have a package ready to run on any machine without needing Python installed!
If you prefer to build the builder yourself, it's straightforward! Just clone this repository and run the following command in the terminal:
go build main.go
This will create the builder executable that you can use just like the pre-built version.
- More information: Check out our project page.
- Template Repository: Check out our template repository to see how PyExecGo works!
- Pre-built Scripts/Programs: Stay tuned for our available repositories with pre-built scripts/programs, coming soon! Visit PyExecGo Project Repositories for updates.
We love collaboration! If you have ideas for improvements or find any issues, feel free to open issues or submit pull requests. Your contributions help make PyExecGo even better!
The PyExecGo Builder is licensed under the MIT License. You can find the details in the LICENSE file.