This project provides a customizable splash screen for Windows applications using PyQt5. The splash screen adds a professional and visually appealing introduction to your application.
-
Create Your Python-Based App:
- Write your main application code in a Python file that you plan to use after the splash screen
MyApp.py
-
Add a Quit Button:
- Include a button in your application's UI to allow users to quit the application gracefully.
-
Install Dependencies:
- Install PyQt5 using the following command in the command prompt or terminal:
pip install pyqt5
- Install PyQt5 using the following command in the command prompt or terminal:
-
Run the Splash Screen:
- Run the provided
file to display the splash screen.
SplashScreen.py
- Customize the splash screen appearance by modifying the provided
SplashScreen.ui
- Run the provided
-
Use the Application:
- After the splash screen, your main application will be launched.
MyApp.py
- After the splash screen, your main application will be launched.
An example application named Nexus OS is provided in the file.
SplashScreen.ui
This project is licensed under the MIT License.
MIT License
Copyright (c) 2024 Yash12007
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
- PyQt5: PyQt5 Documentation