I have a virtual environment that has one main tkinter
script, 16 python file, 5 text files, 3 PNG files and a subdirectory where PDFs will be saved. How in the world can I make a exe
with all these files so that I can move it onto another computer without any of the dependencies or files installed on it?
I have tried pyinstaller
but I get a fatal error
when I attempted to run the exe.
How can I create one functional exe? The code is in Python 3.6.