Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

You do not need interpreter

A topic by GamerTronky created Jun 30, 2022 Views: 139 Replies: 3
Viewing posts 1 to 3

You do not need interpreter for python, you can convert .py file to .exe with pyinstaller.

Host

That’s correct. The rule is just an example, as you are allowed to not do that with python or inform 7 if you want.

Will this still work if you're using something like Pyxel or Pygame?

(1 edit) (+1)

Yeah, you can import Pygame into your .py script and still compile the script and its assets into 1 exe file using pyinstaller. Never heard of Pyxel..