+ 1
How to run one python file to another pc without even python installed on it
4 Respostas
+ 3
You need to make an executable to do that. This will help
https://dev.to/eshleron/how-to-convert-py-to-exe-step-by-step-guide-3cfi
This has one problem though you will need to make the executable on that computer.
+ 1
If the another pc is linux ,you can run python program without installing it as there is already python3 available.
If it is windows(also for linux) then, you can run python program in website like https://repl.it/.
+ 1
Ok Zatch bell
0
Thank you XXX