How Convert Python File To Binary File
One thing to note that you have to run the binary file in 64 bit operating system only if you have used a 64 bit operating system to convert .py file to .exe file.
How Convert Python File To Binary File |
First you have to installed the module by executing below command in command prompt.
pip install pyinstaller
Then go to the directory where the .py file is located and the execute the below command to convert python file to binary file.
pyinstaller info_collector.py --onefile
Above command will bundled all dependencies and create a .exe file. The location of the .exe file will be displayed at bottom.
Watch the below video for details explanation. Also Subscribe to channel for more such video
No comments:
Post a Comment