This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #C Gavin 2018 | |
| #imports | |
| import os | |
| from tkinter import * | |
| #pip insall pytube | |
| import pytube | |
| import os, getpass | |
| # def. the name of tkinter | |
| app = Tk() | |
| #app title |