Convert .Py to .exe (Executable Files ) || Python || Tkinter || PYTHON WORLD ||

Publié le: 05 août 2020
sur la chaîne: Python world
79
like

cx_Freeze is a set of scripts and modules for freezing Python scripts into executables in much the same way that py2exe and py2app do. Unlike these two tools, cx_Freeze is cross platform and should work on any platform that Python itself works on.

------------------------Setup----------------------------------
import sys
from cx_Freeze import setup,Executable

setup(name='type any name of your application ',version='3.1',
description='give description of your application ',
executables= [ Executable('give your name of the program file.py',base='Win32GUI')])


To Purchase Projects : - https://pythonworldtech.pythonanywher...

Contact Me on Email:---------- pythonworldtech@gmail.com

Facebook:-----   / praveenkumar9455  

Instagram:-------   / praveenskt9455  


Sur cette page du site, vous pouvez voir la vidéo en ligne Convert .Py to .exe (Executable Files ) || Python || Tkinter || PYTHON WORLD || durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Python world 05 août 2020, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 79 fois et il a aimé like téléspectateurs. Bon visionnage!