Is it possible to turn my .py files into .exe for anyone to run?
Also is there a way of making my program automatically check for updates from a specific area?
Thanks
Printable View
Is it possible to turn my .py files into .exe for anyone to run?
Also is there a way of making my program automatically check for updates from a specific area?
Thanks
Check this out: http://www.py2exe.org/
And yeah, just make your program check some file you've uploaded and compare with a file in your database or similar. Shouldn't be a problem.