so I am attempting to compile a few files into an executable using PyInstaller. The problem I'm running into is that my main file, login.py is dependent on other files. My question is, is it possible to compile all the files into one executable so that the user can just receive that one executable without them having access to the source code?
