splashlib

Load and display splash screens in PyGame apps
Download

splashlib Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Price:
  • FREE
  • Publisher Name:
  • Fabian Dill

splashlib Tags


splashlib Description

Load and display splash screens in PyGame apps splashlib is a small library to load and display splashscreen, which can have per pixel alpha.Usage:import splashlibsplashlib.splash(, )for example:splashlib.splash((940, 140),"splash.png")This can only be done BEFORE you make a PyGame display. This module will initialize PyGame and create a screen, so you sould not do that before it does. When the function returns you will have a PyGame screen, with the size of the image, frameless.Just call display.set_mode afterwards to make it fit for your application, or destroy the screen if you dont use pygame for your program.The package contains an example splash and if you execute the splashlib itself it will showcase the example. Requirements: · Python · pygame


splashlib Related Software