filmov
tv
Python Tutorial - How to convert .py to .exe using auto-py-to-exe?

Показать описание
Steps Below:
Step 1 - Open your Terminal - for Windows press the Windows+R key and then search 'cmd' to open the Terminal
Step 2 - type conda info --envs - this locates your working environment
Step 3 - type activate base - base is my working environment
Step 4 - type pip install auto-py-to-exe - I've previously installed auto-py-to-exe, hence I did not need to redo this step
Step 5 - type auto-py-to-exe - this will open a new window in which you will be able to enter the requisite files and create your .exe program
-
-
#python #pythonprogramming
Step 1 - Open your Terminal - for Windows press the Windows+R key and then search 'cmd' to open the Terminal
Step 2 - type conda info --envs - this locates your working environment
Step 3 - type activate base - base is my working environment
Step 4 - type pip install auto-py-to-exe - I've previously installed auto-py-to-exe, hence I did not need to redo this step
Step 5 - type auto-py-to-exe - this will open a new window in which you will be able to enter the requisite files and create your .exe program
-
-
#python #pythonprogramming