Skip to content
/ pyexe Public

This is a simple program that I created to make python file into executable file.

Notifications You must be signed in to change notification settings

bagasjs/pyexe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOW TO USE?
- Put your python code in "PyExe/src" folder
- Open your cmd go to the "PyExe" folder
- type "pyexe <your_python_file>" NOTE: Do not type the extension .py or else the pyexe will thought that your filename is <filename>.py.py
- The result is in the "result/dist" folder 

Please remember that you still need the python file to run the executable of your python program.

About

This is a simple program that I created to make python file into executable file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages