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

Publicado el: 05 agosto 2020
en el canal de: 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  


En esta página del sitio puede ver el video en línea Convert .Py to .exe (Executable Files ) || Python || Tkinter || PYTHON WORLD || de Duración hora minuto segunda en buena calidad , que subió el usuario Python world 05 agosto 2020, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 79 veces y le gustó like a los espectadores. Disfruta viendo!