

I have done this personally, and it was surprisingly easy, since I already had C/C++ development tools installed on my computer. This is summarized in the top voted answer of this stackoverflow post. You would also have to include pygame into this manually, which you could do by dragging the pygame folder from site packages (where pip installs things) into the embeddable package.Ģ). I've never done this personally, but I've heard of people doing this. Or more specifically, the Python Embeddable Package. Rather than using the systems python, and failing if it isnt installed, send it with your own python. Or more specifically, the Python Embeddable Package. Dont convert to exe at all, merely send a self contained package. Rather than using the system's python, and failing if it isn't installed, send it with your own python. Don't convert to exe at all, merely send a self contained package. When you say it's considered a virus, I assume you mean something more severe than the usual "unrecognized application from internet, are you sure you want to start this up" warnings.
CONVERT EXE TO MAC REDDIT INSTALL
It is easier to install python32 and pygame32 even if you are running a 64-bit version of Microsoft Windows. Installation notes for Microsoft Windows users

Failure to do so may result in post removal. When posting links please provide a brief description in the comments of the thread. For code that relies on external resources like images please create a repo on github or similar. If you have a large amount of code to share it would be best use a third party site for posting code. You can also place small amounts of code inline by surrounding it with ticks: `like this` You can indent the code in a text editor before pasting, or after pasting into reddit, highlight the text and press the editor button that looks like this. When posting code every line must be indented an additional four spaces. In Python indentation is part of the language syntax and as such is extremely important. Consider making a Github account if you don't have one already. If asking for help with your code, please provide a link to the entire code and resources if possible. Posting Guidelinesĭespite the name, content related to other Python game libraries (pyglet, panda3d, etc.) is also welcome.
CONVERT EXE TO MAC REDDIT PORTABLE
Pygame is highly portable and runs on nearly every platform and operating system. This allows you to create fully featured games and multimedia programs in the python language. Pygame adds functionality on top of the excellent SDL library. Pygame is a set of Python modules designed for writing games.
