Python - Convert .py to .exe (Using cx-Freeze)

preview_player
Показать описание
In this video from the Python Projects Series, you will learn how to convert a '.py' script to a '.exe' file using the 'cx-Freeze' Module.

Video Contents:
1:25 - Run .exe created
1:43 - Thank You!

Using this method to create an executable from a python script will allow you to create a fully packaged app with all the python dependencies and libraries. You can then just 'zip' the file and share it with others without them needing to have Python or any of the dependencies installed.

#tws #python #exe
Рекомендации по теме
Комментарии
Автор

Merci pour la vidéo mais et si on a plusieurs fichiers python customtkinter comment faire ? Pour builder sans que les scripts ne soient visible après ?

djamaltoe
visit shbcf.ru