Convert py to exe, using cx_freeze python library (Easiest Way)

preview_player
Показать описание
Make executable from python program , convert py to exe or .py to .exe or python to executable using cx_freeze. Executable which a .exe file ,helps us to run your program as an application. It is also helpful, if you want your application or your program should run on all the system without any problem of dependencies. Executable bundles together all the dependencies and it also contains a .exe or executable file. Cx_freeze is a python module used for making executable of python program.

import sys
from cx_Freeze import setup, Executable
setup( name = "Any Name", version = "3.1",
description = "Any Description you like",
base = "Win32GUI")])

steps for converting py to exe:
1. Download and install cx_freeze
4. Go the directory to see the magic of cx_freeze , .exe and all the dependencies required are created.
Рекомендации по теме
Комментарии
Автор

CMD appears for a blink and the program doesn't run. I have made use of open CV and TKinter. Help

rakeshdhakshinamurthy
Автор

How can we add terms and conditions page in exe file

pawanjadhav
Автор

plz helpme it show error =.> python' is not recognized as an internal or external command,
perable program or batch file.

worldtube
Автор

there are a lot of options in cx_freeze such as writing copyrights, trade marks etc. whilst installation was on going. do you have knowledge of using them.

sathishfbook
join shbcf.ru