oaubert / python-vlc

Python vlc bindings
GNU Lesser General Public License v2.1
381 stars 108 forks source link

New example psgvlc.py #232

Closed mrJean1 closed 1 year ago

mrJean1 commented 1 year ago

A new example using python-vlc with PySimpleGUI, modified from the latter's Demo_Media_Player_VLC_Based.py to work properly on macOS.

Note, psgvlc.py imports example tkvlc.py to get to the macOS-specific functionality added since issue #194.