You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Display an image inside your tkinter application using SDL for fast rendering.
This also allows for frequent updates to allow video playbacks, animation, etc.
Installation
pip install tkSDLImg
Usage
A usage example can be found in the modules _main function.