How to make a stand-alone executable with Pyinstaller?
I was making a simple sliding puzzle game. For that I used some fonts that were not in my system. When I run the code in the interpreter it works just fine. I could see the fonts as they were supposed to be.
I created the font object using the following line of code: