T
T
tychinin28032020-07-04 23:53:05
Python
tychinin2803, 2020-07-04 23:53:05

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

2 answer(s)
I
Ivan, 2020-07-05
@tychinin2803

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 question

Ask a Question

731 491 924 answers to any question