No description
Find a file
Jonas van Leeuwen ca72f24dff
Update README.md
2025-09-01 20:25:11 +02:00
LICENSE Initial commit 2025-06-17 09:22:40 +02:00
main.py Update main.py 2025-06-17 12:29:31 +02:00
README.md Update README.md 2025-09-01 20:25:11 +02:00

Python YouTube Player banner

🎬 YouTube Player

License

YouTube Player is a single-file Python YouTube player built with MPV, using Tkinter and ttkbootstrap.
It allows you to search for videos and play them in fullscreen or audio-only mode.
You can also add videos to your favorites and view your recently played ones.

How to Use

⚠️ Warning: Install MPV

🐧 Linux

  1. Download the Linux executable youtube-player from the Releases page
  2. Make it executable by running: chmod +x ./youtube-player
  3. Launch the player: ./youtube-player

image