4623 shaares
397 liens privés
397 liens privés
2 résultats
taggé
portable
pyinstaller - PyInstaller official GIT repository
"""
PyInstaller reads a Python script written by you. It analyzes your code to discover every other module and library your script needs in order to execute. Then it collects copies of all those files -- including the active Python interpreter! -- and puts them with your script in a single folder, or optionally in a single executable file.
"""