https://github.com/ranjan2104/.py-to-.exe-converter
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.[3] 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. Since May 2014, version 0.9.2.0 of py2exe is available for Python 3.[1] Before then, py2exe was made only for Python 2,[4] and it was necessary to use an alternative like cx_Freeze for Python 3 code
https://github.com/ranjan2104/.py-to-.exe-converter
html python tex
Last synced: 2 months ago
JSON representation
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.[3] 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. Since May 2014, version 0.9.2.0 of py2exe is available for Python 3.[1] Before then, py2exe was made only for Python 2,[4] and it was necessary to use an alternative like cx_Freeze for Python 3 code
- Host: GitHub
- URL: https://github.com/ranjan2104/.py-to-.exe-converter
- Owner: Ranjan2104
- License: mit
- Created: 2021-06-04T05:53:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-04T05:59:54.000Z (almost 4 years ago)
- Last Synced: 2025-01-08T16:31:53.863Z (4 months ago)
- Topics: html, python, tex
- Language: TeX
- Homepage:
- Size: 10.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .py to .exe Converter
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.[3] 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. Since May 2014, version 0.9.2.0 of py2exe is available for Python 3.[1] Before then, py2exe was made only for Python 2,[4] and it was necessary to use an alternative like cx_Freeze for Python 3 code