-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to create splash screen when windows desktop software starts #128
Comments
If you're using Tkinter in Python, you can utilize my code available at the following URL: https://github.com/khalil135711/splash_image_code Pointers for Use: On line 27, you can adjust the duration of your splash screen by modifying duration = 6000. (6000ms is 6 sec) |
on windows 10, When a desktop application developed by flet is started, the user interface will be blank for a short period of time, so splash is necessary. |
Not necessarily. I think you are running your application with a wrong cmd line : And make sure that your device use the same network of your laptop so you can scan the QR code than open on flet (application that u should download from App Store ) and if you want to run flet on your windows just use flet you-python-file-name.py or flet run yourPythonFileName.py In the case of you are really looking for creating a windows desktop application with a splash screen i can share with you the code . |
How to create splash screen when windows desktop software starts?
The text was updated successfully, but these errors were encountered: