Hi I have a quite large kivy & gstreamer app for windows, and I want it to be compiled in one file, I use the onefile function in pyinstaller, but it takes a while to load, I know the reason why, and my question is, how can I display a splash screen while pyinstaller is unpacking the files from the exe before loading, so the user can understand that the app is loading? Is there any solution? And it should use PyInstaller not other solutions, because kivy with gstreamer can only be compiled using pyinstaller (from the official docs).
Thanks!