Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
joyson072
/
pywhatkit
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
joyson072
commited on
Feb 1, 2022
Commit
7bc00d3
·
1 Parent(s):
cc78d7e
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+6
-0
app.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
import pywhatkit
2
+
try:
3
+
pywhatkit.sendwhatmsg("+919843597599", "hi dude good morning", 00,00)
4
+
print("success")
5
+
except:
6
+
print("Enter the correct details you fool")