Hey guys in this video i am gonna tell you how you can play youtube video using Python...
Source Code...
#required module - pip install pywhatkit
import pywhatkit as kit
#Pass the Youtube video title or relatively name
kit.playonyt("dil tod ke")
Hey guys in this video i am gonna tell you how you can play youtube video using Python...
0 Comments