Python Code für ein Spiel in eine Spiel.exe umwandeln?

Hallo, ich habe mir code zusammengesucht da ich ein Spiel machen möchte..

das ganze ist Python code und ich weiss nicht wie ich das alles so gesehen in einen ordner verpacke wie ein spiel eben mit exe und gamedata etc…

(1 votes)
Loading...

Similar Posts

Subscribe
Notify of
6 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
guterfrager5
1 year ago
Reply to  Anonym13592

Or the short version:

  1. pip install pyinstaller
  2. pyinstaller [file.py]
guterfrager5
1 year ago

cmd.exe or powershell.exe what you normally use for Python

guterfrager5
1 year ago

I don’t care where you wrote it… I can also write it in Notepad on the moon, the commands stay the same