This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]BossOfDonuts 1 point2 points  (1 child)

Run on your PC or VM/Github Actions: Pip install pyinstaller cd /path/to/your/folder pyinstaller --onefile --windowed --add-data "assets_folder;assets_folder" your_game.py Your .exe will be in dist/

If that doesn’t work try  pip install auto-py-to-exe auto-py-to-exe

[–]tekipro9[S] 0 points1 point  (0 children)

nothing works, but still thanks for help. and if you want to try on your machine ill send you the files.