Re: new python module for simplifying some tasks

2015-08-25 Thread AudioGames . net Forum — Developers room : frastlin via Audiogames-reflector
Re: new python module for simplifying some tasks Hello,You can also use CX_FreezeAt audiogames.net fan, awesome job, I dont even know how to open the URL... I think that you have everything you need to make a text adventure! Just use a while loop. URL: http://forum.audiogames.net

Re: new python module for simplifying some tasks

2015-08-23 Thread AudioGames . net Forum — Developers room : dhruv via Audiogames-reflector
Re: new python module for simplifying some tasks Be aware that if you intend to use q-continuums or similar packages that need external dependencies, you need package.find_datafiles(). I know of a way to include these in py2exe, but im not sure if you can do it in pyinstaller. Most likely

Re: new python module for simplifying some tasks

2015-08-23 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: new python module for simplifying some tasks Personally I use Pyinstaller, but you can also use Py2exe. URL: http://forum.audiogames.net/viewtopic.php?pid=228887#p228887 ___ Audiogames-reflector mailing list Audiogames-reflector

Re: new python module for simplifying some tasks

2015-08-23 Thread AudioGames . net Forum — Developers room : dhruv via Audiogames-reflector
Re: new python module for simplifying some tasks Be aware that if you intend to use q-continuum or similar packages that need external dependencies, you need package.find_datafiles(). I know of a way to include these in py2exe, but im not sure if you can do it in pyinstaller. Most likely

Re: new python module for simplifying some tasks

2015-08-23 Thread AudioGames . net Forum — Developers room : Guitarman via Audiogames-reflector
Re: new python module for simplifying some tasks Hello momo.Yes pyinstaller or py2exe just be aware that using py2exe only gives you a windows executable. If you want to compile for windows mac and linux use pyinstaller. Basically use pyinstaller if you want your program to be cross

Re: new python module for simplifying some tasks

2015-08-22 Thread AudioGames . net Forum — Developers room : momo7807 via Audiogames-reflector
Re: new python module for simplifying some tasks hiI have a questionMy question is not about this topic, but how to compile my python programs into exe files?Thanks URL: http://forum.audiogames.net/viewtopic.php?pid=228876#p228876

new python module for simplifying some tasks

2015-08-22 Thread AudioGames . net Forum — Developers room : audiogames . net fan via Audiogames-reflector
new python module for simplifying some tasks Hi,Me and my friend Ethan have created a python module containing some functions that simplify such things as getting a random item from a list or checking if a number is even. The module is called useful beginner functions or ubf for short.Here