We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a9021a commit c1d28a1Copy full SHA for c1d28a1
Python_Begginer_Projects/Amazing/play_youtube_video.py
@@ -0,0 +1,9 @@
1
+import pywhatkit
2
+try:
3
+
4
+ Song = input("Enter Song Name: ")
5
+ pywhatkit.playonyt (Song)
6
+ print("Successfully Played!")
7
8
+except:
9
+ print("An Unexpected Error!")
0 commit comments