Re: [Chennaipy] How to compile a Pygame script into one single standalone EXE file

2017-04-25 Thread Gautam Ramuvel
Fine sir.. I will try it out. Thank you sir! Have a good day! GAUTAM RAMUVEL B.E CSE KCG College of Technology +91 9789168131 On Tue, Apr 25, 2017 at 12:24 PM, Vijay Kumar B. wrote: > On Tuesday 25 April 2017 11:33 AM, Gautam Ramuvel wrote: > >> I have tried almost everything pyinstaller, py

Re: [Chennaipy] How to compile a Pygame script into one single standalone EXE file

2017-04-25 Thread Tasdik Rahman
Hey Gautam, As Vijay pointed out to a relevant SO thread, as an example I would point you to a game that I wrote some time back. I have used * pyinstaller for Linux based systems and * cx_freeze for Windows based systems for creating executables for my game. Here is the GitHub link to