pyinstaller executable creates multiple instances of the programme. How to stop it from doing so? (Python)
I am trying to make an RPG in Python and I wanted to show the progress of it to a friend. Problem is that my friend doesn’t have Python on his system and I figured I should make an executable. I used pyinstaller to help change my script into an .exe file. Problem was, when I tested the exe file, it created multiple instances of the programme. I do not understand why this occurs.