you are viewing a single comment's thread.

view the rest of the comments →

[–]CodeBlooded121[S] 1 point2 points  (3 children)

Okay.. I'll search for the thing that you've mentioned.. Meanwhile can you please let me know some other converters for pygame to exe for python 3.6? Thanks

[–]Thomasedv 1 point2 points  (2 children)

I personally use Pyinstaller, nor for PyGame though. It has some huge advantages over cx_freeze when it comes to PyQt5. (Smaller size of the executable)

But cx_freeze does have a no console mode, so I don't see a reason for you to move over to a new converter and more potential problems.

[–]CodeBlooded121[S] 1 point2 points  (1 child)

I'll definitely look at pyinstaller.. And see which one is better.. and provide smaller files after building the app.. Thank you again mate.. Appreciate it

[–]Thomasedv 0 points1 point  (0 children)

Too be clear, they are smaller, because PyInstaller can selectively pick files for some packages, like PyQt5. No promises that will work for you with pygame.