Skip to content

Commit 42cd41f

Browse files
Update README.md
1 parent 05c6711 commit 42cd41f

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
1-
# youtube-player
2-
YouTube Player with Python and MPV
1+
# 🎬️ YouTube Player
2+
![License](https://img.shields.io/badge/license-GNU%20General%20Public%20License%20v3-blue.svg)
3+
4+
<img src='https://github.com/user-attachments/assets/0888ca60-bb62-4bfe-800d-f30e6cc25b7f' align='right' width='10%'>
5+
6+
**YouTube Player** is a single-file Python YouTube player built with MPV, using Tkinter and ttkbootstrap.
7+
It allows you to search for videos and play them in fullscreen or audio-only mode.
8+
You can also add videos to your favorites and view your recently played ones.
9+
10+
## How to Use
11+
12+
### 🐧 Linux
13+
1. Download the Linux executable `youtube-player` from the [Releases](#) page
14+
2. Make it executable by running: ```chmod +x ./youtube-player```
15+
3. Launch the player: ```./youtube-player```
16+
17+
### 🪟 Windows
18+
19+
Not available yet — currently in development!

0 commit comments

Comments
 (0)