
The Code
I built a GUI application that downloads YouTube videos and saves them locally to a specified folder. I love to continue learning to code by building things I will actually use. The code uses Tkinter module for the GUI interface and the pytube module for YouTube. In order for it to function as an app you can launch from an icon, I used pyinstaller.
References