Answer the question
In order to leave comments, you need to log in
How to give a Python script to a client with a simple installation?
There is a Python script using several third-party libraries. How can I serve this script to the client without forcing them to install the Python compiler? Is there a utility that will install the interpreter in a few clicks, load the libraries and create a shortcut on the desktop?
Answer the question
In order to leave comments, you need to log in
Yes, you use a .bat file,
you write all the installation console commands there, you give it to the customer, he launches it and everything is installed by itself,
I won’t tell you much, so it’s better to read it on the Internet
PS You can also use the python file as a shortcut to launch it. You write in the standard way python helloworld.py
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question