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

Published: 05 August 2020
on channel: 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  


On this page of the site you can watch the video online Convert .Py to .exe (Executable Files ) || Python || Tkinter || PYTHON WORLD || with a duration of hours minute second in good quality, which was uploaded by the user Python world 05 August 2020, share the link with friends and acquaintances, this video has already been watched 79 times on youtube and it was liked by like viewers. Enjoy your viewing!