.startup.py
This module holds functions related to the application startup proccess.
close_splash - Closes the application loading splash screen.
set_windows_dpi - Sets the application DPI for Windows systems
browse_gif - Displays a popup window asking for user to browse a GIF file.
Location
/startup.py
Module functions
- startup.close_splash()
Closes the application loading splash screen.
- startup.set_windows_dpi()
Sets the application DPI for Windows systems
- startup.browse_gif() str
Displays a popup window asking for user to browse a GIF file.
- Raises
SystemExit – if user closes the window
- Returns
The user selected GIF file path
- Return type
str