0

Suppose I have built a program that will only gona show a pop-up in python but I want to run that in a machine in which python or any libraries are not installed so I want to know how to automate the installation of python it's like if I run that file python will install automatically with the required libraries also.

  • Do you have permission to install Python on that machine? Also, what OS does the machine have? In any case, you can do that by writing a shell script or bat script or alike depending on the operating system. – Kota Mori Jul 28 '21 at 05:35
  • https://stackoverflow.com/search?q=%5Bpython%5D+standalone+script – phd Jul 28 '21 at 13:45

0 Answers0