Skip to content

I have created Splash Screen for windows using PyQt5, you can use it for your projects.

License

Notifications You must be signed in to change notification settings

Yash12007/Splash_Screen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Splash Screen for Windows using PyQt5

Introduction

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.

How to Use

  1. 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
    
  2. Add a Quit Button:

    • Include a button in your application's UI to allow users to quit the application gracefully.
  3. Install Dependencies:

    • Install PyQt5 using the following command in the command prompt or terminal:
      pip install pyqt5
      
  4. Run the Splash Screen:

    • Run the provided
      SplashScreen.py
      
      file to display the splash screen.
    • Customize the splash screen appearance by modifying the provided
      SplashScreen.ui
      
  5. Use the Application:

    • After the splash screen, your main application will be launched.
      MyApp.py
      

Example

An example application named Nexus OS is provided in the file.

SplashScreen.ui

License

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.

Acknowledgements

Releases

No releases published

Packages

No packages published

Languages