Generate executable with more than one file . py

Asked

Viewed 126 times

-3

Good evening guys. I did a little project in Python and I’m trying to generate the executable. However, I can’t find any tutorial to teach you how to do this with more than one file. In the case of my project, I have 4 files. py and I can only generate the executable of one of them (which even gives error). It is possible to merge the 4 or something of the type so that I can generate the executable without having to join them manually in a single file?

inserir a descrição da imagem aqui

2 answers

0

Complementing the reply of mateusnss, there is also the graphical version of pyinstaller, which is the auto-py-to-exe.

0

I can help you?

install Pyinstaller via Pip: SOURCE

Pip install Pyinstaller

and via terminal or command readiness (cmd)

type this instruction:

pyinstaller -F -w arquivoPYTHON.py

Browser other questions tagged

You are not signed in. Login or sign up in order to post.