An open API service indexing awesome lists of open source software.

https://github.com/axel-erfurt/python-gtk-videoplayer

Play Videos in python gtk
https://github.com/axel-erfurt/python-gtk-videoplayer

gtk3 gtk4 linux python3 python3-gi videoplayer

Last synced: 8 months ago
JSON representation

Play Videos in python gtk

Awesome Lists containing this project

README

          

# Python-Gtk-VideoPlayer

## Requirements
- python3
- python3-gi
- yt-dlp

## Usage

``python3 Gtk3WebViewPlayer.py``

``python3 Gtk3WebViewPlayer.py [path or url]``

or

``python3 Gtk4VideoPlayer.py``

``python3 Gtk4VideoPlayer.py [path or url]``

**You can play**

- local files
- web files
- youtube links

**Shortcuts - Gtk4VideoPlayer**

- F Fullscreen
- H show / hide Headerbar
- M show / hide mouse cursor
- Q quit

![screenshot](https://github.com/Axel-Erfurt/Python-Gtk-VideoPlayer/blob/main/gtk4player.png)