Skip to content

world70104/Python-Convert-Python-File-To-Exe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python-Convert-Python-File-To-Exe

The project is to convert python file to exe file.

enviroment:python version. 3.6, win 10

method:

  1. Unzip cx_Freeze-5.0.2.tar.gz and install by pip
  2. import cx_Freeze by python 3.6( use the pycharm )
  3. In directory to convert, Copy p7.py( python to convert ) and setup.py
  4. In consol, move the directory to convert.
  5. excute "python.exe setup.py install"
  6. In "Bulid" directory, show py7.exe file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages