You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a quastion. My quastion is, my target PC doesnr have python ao how can i run it in that PC?
for this case, you should convert .py file to .exe file. first step is completing your program. then install "pyinstaller" library with pip install pyinstaller or python pip install pyinstaller or python3 pip install pyinstaller syntax. after installing, open the cmd or terminal and write "pyinstaller" + pathfile + "--noconsole --onefile" to converting .py file to .exe
for example if your python file is in Desktop, so the path is C:/User/Desktop/example.py
I have a quastion. My quastion is, my target PC doesnr have python ao how can i run it in that PC?
The text was updated successfully, but these errors were encountered: