Skip to content

xuewanqi/fyp_demo_python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fyp_demo_python

How to create exe file

step 1: pip install pyinstaller

step 2: using cmd, go to the directory where the python file is at

step 3: type this command: pyinstaller demo.py --onefile --noconsole

step 4: after pyinstaller finishes doing its thing, go to dist folder and drag the demo.exe out

do note that all the other dependencies such as images and other python file needs to be in the same directory as the exe file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%