I created a Python script (format .py) that works. I would like to convert this file to .exe, to use it in a computer without having Python installed.
How can I do? I have Python from Anaconda3.
What can I do? Thank you!
I followed some instruction found here on Stackoverflow. .I modify the Path in the 'Environment variables' in the windows settings, edited to the Anaconda folder. .I managed to install pip in conda prompt (I guess).
Still, nothing is working. I don't know how to proceed and in general how to do things properly.