Answer the question
In order to leave comments, you need to log in
Is there a lightweight splash screen for python3?
When PyQt is launched for the first time, it takes quite a long time to initialize, and I would like this time so that the user knows that the program is still running. QSplashScreen exists but it doesn't run until QApplication is initialized, and since QApplication itself takes a long time to initialize - QSplashScreen loses its meaning. Ideally, a person should, after clicking on the application's shortcut, see the splash screen no later than a second. I tried Tk - it's very fast, but it takes up the main thread and is therefore not good ...
What do you recommend?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question