I have a small pygame based game which uses .jpg and .png files for sprites. I have created a single file .exe with pyinstaller as a --onefile. The problem is that all the game assets are visible within a folder.
How can I hide all the assets or put them in a file that is accessed and not visible to users?
Any ideas would be great.