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

Pubblicato il: 05 agosto 2020
sul canale di: 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  


In questa pagina del sito puoi guardare il video online Convert .Py to .exe (Executable Files ) || Python || Tkinter || PYTHON WORLD || della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Python world 05 agosto 2020, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 79 volte e gli è piaciuto like spettatori. Buona visione!