By $x66 4 Szmelc GNU
Playback in any local media player
Better Layout
Better Accesibility
Customizable "blank" buttons
Interchangeable default formats
Thanks to everyone letting me know I left my private key in prod.
As it's still in Beta phase, I included my own API key forGoogle YT Data v3so you don't have to go through entire process just to try it out.
- 
- Dependencies:
 
- 
- Google API-Key
 
- 
- Troubleshooting
 
- 
- Feedback
 
- 
- Misc
 
pip install PyQt5 yt-dlp requests google-api-python-client playsound
- Download and install Python3 (Py3.11) from
https://www.python.org/downloads
[Make sure to click (Add to PATH) checkbox during installation!]
[Verify you have Py installed by openingCMDand typingpy]
- Install dependencies using
pip.
(Open CMD and run:py -m pip install <packagename>)
[Run:py -m pip install requests PyQt5 google-api-python-client]
- Get your own [YT Data v3] API key on:
https://console.cloud.google.com/apis/
[Need to create Google Developer Account] \- Paste {API} Key in line 88
API_KEY = "{API}"
¯_(ツ)_/¯
- I would appreciate you leaving feedback & review
- Feel free to contribute to my project, as well as fork it, just make sure to credit original creator.
- Supported architectures:
[x86_64] / [i386] / [amd64] .... / [ARM] probably too?
- Supported platforms:
[Linux] / [Windows] / [MacOS] / [BSD] / [TempleOS]
- Files:
- linux3.py~ Standard Linux Version 3
- win3.py~ Windows Version 3
- mac3.py~ MacOS Version 3
