auto-py-to-exe is a Python library that provides a simple graphical interface for converting Python (.py) scripts into standalone executable files (.exe) using PyInstaller. It's currently at version 2.50.0 and maintains a frequent release cadence with minor and patch updates every few weeks, primarily focused on enhancements, bug fixes, and translations.
pip install auto-py-to-exeNo compatibility data collected yet for this library.
Launch the graphical user interface to begin converting a Python script to an executable. This is the primary way to interact with the library.
Launch auto-py-to-exe from any directory outside of `C:\Windows\System32`.
Rely on PyInstaller's default module detection or specify hidden imports directly in the advanced options if needed.
Inform users about the potential for false positives. Ensure the source script is legitimate and consider code signing for distribution.
Ensure you have Google Chrome or Microsoft Edge installed and up-to-date on your system.
In the auto-py-to-exe GUI, go to the 'Add Files' tab to include data files, or the 'Advanced' tab to specify 'Hidden Imports' or 'Excluded Modules' that PyInstaller might miss.
Install Google Chrome or Microsoft Edge on your system. If they are installed, ensure they are up-to-date and correctly recognized by your operating system.
Reinstall auto-py-to-exe using `pip install --upgrade auto-py-to-exe` to ensure all dependencies are correctly installed.