/i_love_you_python3

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

i_love_you_python3

Compile to exe with PyInstaller and send to your love

How to compile using PyInstaller?

  1. Install Python here
  2. Download code here
  3. Extract zip file
  4. Open CMD in folder extracted
  5. Install PyInstaller and PyPiWin32 (run on CMD)
python -m pip install pyinstaller pypiwin32
  1. Compile main.py to main.exe (run on CMD)
  • If you don't have icon (.ico file), you can remove --icon= in your command!
pyinstaller main.py --upx-dir=. --onefile --icon=<your-path-icon>
  1. File exe in
./dist/main.exe
  1. Send to your love and Enjoy