Kevin Edwards

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.

Link to Python code on Github

References

Link to Desktop GUI With Python & Tkinter by Traversy Media

3 Link to Python Automation Projects For Beginners