I have a tkinter python code (main GUI) which calls another tkinter python code (child gui that provides input to main gui). I would like to know the trick to use pyinstaller in making a single executable that could compile both these guis.
Note: I have been successful in making executable with a tkinter python code (gui) that have a dependency (just .py file which is not a GUI).
Appreciate your help.