This is a Python tkinter GUI which displays YouTube videos with the click of a button in a browser window using a local flask webserver.
It is originally designed for Karaoke videos, but it works with very much any YouTube video.
- Install the program with the Windows Installer CMD or by downloading Python 3.12, downloading the requirements and downloading the main.py file.
- Start the program, which should open a GUI and a browser window. The browser will display a sample video.
- Input all the songs you want in the GUI. They will be saved.
- Click "Play Next Song" to show the first video of the GUI in the browser tab.
- When you're done, close the GUI which will shut down the Flask server.