py2exe
Sign in to savepy2exe is a Python extension which converts Python scripts (.py) into Microsoft Windows executables (.exe). These executables can run on a system without Python installed. It is the most common tool for doing so.
Wikidata facts
- Official website
- www.py2exe.org
Show 3 more facts
- source code repository URL
- github.com/py2exe/py2exe
- Stack Exchange tag
- stackoverflow.com/tags/py2exe
- software version identifier
- 0.14.0.0
Sources (2)
via Wikidata · CC0
~1 min read
Article
2 sectionsContents
- References
- External links
py2exe is a Python extension which converts Python scripts (.py) into Microsoft Windows executables (.exe). These executables can run on a system without Python installed. It is the most common tool for doing so.
py2exe was used to distribute the official BitTorrent client (before the version 6.0) and is still used to distribute SpamBayes as well as other projects.