How to run one python file to another pc without even python installed on it | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to run one python file to another pc without even python installed on it

8th Dec 2020, 6:48 AM
Mikicrep
Mikicrep - avatar
4 Answers
+ 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.
8th Dec 2020, 6:52 AM
XXX
XXX - avatar
+ 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/.
8th Dec 2020, 7:02 AM
The future is now thanks to science
The future is now thanks to science - avatar
8th Dec 2020, 7:06 AM
Mikicrep
Mikicrep - avatar
0
Thank you XXX
8th Dec 2020, 6:54 AM
Mikicrep
Mikicrep - avatar