Skip to content
ARIAN Lavi edited this page Oct 4, 2025 · 1 revision

PyPack V2 – GUI Tool for Building Python Executables

PyPack Screenshot

Welcome!

PyPack V2 is a modern and simple graphical (GUI) tool for building executable files (.exe) from Python projects. Using PyInstaller, you can create one-file executables and obfuscate your code with PyArmor for protection. Key features include a dark theme interface, live logging, and automatic import detection.

Why PyPack?

  • Simple: No command line needed – everything with clicks!
  • Powerful: Supports UPX for compression, custom icons, and additional files (like images/JSON).
  • Secure: Optional obfuscation to prevent reverse engineering.

Quick start: InstallationUsage

Main Features

  • Select project directory, main script, and icon (.ico).
  • PyInstaller options: Onefile, Windowed/Console, UPX.
  • PyArmor integration for obfuscation.
  • Live log for monitoring the build process.
  • Automatic detection of missing packages and warnings.

License

MIT License – Free to use and modify.

Support

If you have issues, open an issue. For donations: Bitcoin (bc1q...), Ethereum/USDT (0x...), Solana (9...).

Installation | Usage | Features | Contributing

Clone this wiki locally