idk the others, but have u tried with auto py to exe ? u should google it 1st. cause the simple way to make it exe file from pyhton.If someone who knows how to do python, how should i compile that and make as an exe? i'm new and only learned in youtube XD
yup, 1st add it to windows path and follow the rest of this step.If u coding Python on Windows u probly installed Python and set the path for Win.
Now u want to install Pyinstaller via CMD.
1. Open CMD and execute a pip
pip install pyinstallerpip install pyinstaller
2. Now locade ur python script, copy the path and type the follwing in ur CMD
cd <path to ur script (C:/Users/desktop/script.py)>
(ignore the < >)
3. Now just type
pyinstaller --onefile pythonScriptName.py
^- Ur File name goes here.
Hit Enter and ur Executable file should be in the same Folder.
Sometimes the file gets put in a folder named "dist".
4. Good Luck
If u made Py path known to Win u can execute the command in CMD. It should understand it.u want to install Pyinstaller via CMD.
just learn more on youtubeIf someone who knows how to do python, how should i compile that and make as an exe? i'm new and only learned in youtube XD
yo man thanks! this helps but can i still make an py file into exe when it has this imports?If u coding Python on Windows u probly installed Python and set the path for Win.
Now u want to install Pyinstaller via CMD.
1. Open CMD and execute a pip
pip install pyinstallerpip install pyinstaller
2. Now locate ur python script, copy the path and type the following in ur CMD
cd <path to ur script (C:/Users/desktop/script.py)>
(ignore the < >)
3. Now just type
pyinstaller --onefile pythonScriptName.py
Hit Enter and ur Executable file should be in the same Folder.
Sometimes the file gets put in a folder named "dist".
4. Good Luck
i did thanks! im just wondering if i can still make it into exe cause i used google apiu want to install Pyinstaller via CMD.
yo can i use it :>??? if can tks uyo man thanks! this helps but can i still make an py file into exe when it has this imports?Ekli dosyayı görüntüle 74508
Post automatically merged:
i did thanks! im just wondering if i can still make it into exe cause i used google api
what do you mean? are u just spammingyo can i use it :>??? if can tks u
yeah man keep grinding with the messagesTry some advanced courses from Udemy for example.
u can learn in yt or rediteIf u coding Python on Windows u probly installed Python and set the path for Win.
Now u want to install Pyinstaller via CMD.
1. Open CMD and execute a pip
pip install pyinstallerpip install pyinstaller
2. Now locate ur python script, copy the path and type the following in ur CMD
cd <path to ur script (C:/Users/desktop/script.py)>
(ignore the < >)
3. Now just type
pyinstaller --onefile pythonScriptName.py
Hit Enter and ur Executable file should be in the same Folder.
Sometimes the file gets put in a folder named "dist".
4. Good Luck
Yes u can use it, might take awhile to put everything in one file, so dont worry it it takes awhile. You can add -w after --onefile if u dont want the console to show up after u execute the file. Only important if u dont need the console.yo can i use it :>??? if can tks u
thats appreciatedYes u can use it, might take awhile to put everything in one file, so dont worry it it takes awhile. You can add -w after --onefile if u dont want the console to show up after u execute the file. Only important if u dont need the console.