-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
ARIAN Lavi edited this page Oct 4, 2025
·
1 revision
- Python 3.7 or higher.
- Git (for cloning).
- Optional: PyArmor (for obfuscation) and UPX (for compression).
-
Clone the repository:
git clone https://github.com/Arianlavi/Pypack.git cd Pypack -
Install dependencies:
pip install -r requirements.txt(Includes: pyinstaller, customtkinter, Pillow – full list in requirements.txt)
-
Run the application:
python pypack.py
- If PyArmor is not installed:
pip install pyarmor. - Download UPX from upx.github.io and enter its path in settings.
If you encounter errors, check Troubleshooting.