Skip to content

PyExecGo runs Python scripts using a small, open-source Go executable, without needing Python installed.

License

Notifications You must be signed in to change notification settings

PyExecGo-Project/PyExecGo-Builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛠️ PyExecGo Builder

Welcome to the PyExecGo Builder!

What is PyExecGo?

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.

🚀 Why Use the Builder?

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!

🛠️ How to Use the Builder

  1. Download the Builder: Get the latest release of the builder from our releases page.
  2. Run the Builder: Simply execute the builder and follow the prompts. It will guide you through the necessary steps to package your Python scripts.
  3. Distribute Your Package: Once the builder has finished, you’ll have a package ready to run on any machine without needing Python installed!

🛠️ Build the Builder Yourself

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.

📚 Additional Resources

🤝 Contributing

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!

📄 License

The PyExecGo Builder is licensed under the MIT License. You can find the details in the LICENSE file.