Ive got a python project for a downloadable software I plan on distributing. With .py files, html etc..
Can I compile them into an .exe file? Is there a program I need to download?
Ive got a python project for a downloadable software I plan on distributing. With .py files, html etc..
Can I compile them into an .exe file? Is there a program I need to download?
Yes. without more specific information about the project you could use a program like PyInstaller: http://www.pyinstaller.org to solve the problem you describe.
There is alternatives: Py2exe: http://www.py2exe.org/index.cgi/Tutorial