Skip to content

SuperMechaDeathChrist/Widgets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Widgets

Widgets for user interfaces in Python

I'll upload some widgets and code related to UIs in Python, mainly using PySimpleGUI, Kivy and tkinter.

Splash.py

This is a "splash screen"-like function. It uses PySimpleGUI (tkinter, Windows) and was made as part of a big project. It basically is just a program with an animated picture and a cancel option that interrupts the execution of the whole program. It supports transparency, and fast load of the animated picture. You can adjust the speed of the animation, and other options.

ezgif com-video-to-gif

  • You can call this function at the start of your program to emulate a splash screen.
  • The gif has to be of the type that is one picture per frame (including background and static pixels).
  • You can create/edit gifs using GIMP.

About

Widgets for user interfaces in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages