Skip to content

Commit 388d1bb

Browse files
ADDED new .py
1 parent b0e8299 commit 388d1bb

File tree

6 files changed

+20
-0
lines changed

6 files changed

+20
-0
lines changed

pywhatkit/ascii_art.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import pywhatkit as kit
2+
kit.image_to_ascii_art(r"path")
3+

pywhatkit/handwriting.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import pywhatkit as kit
2+
kit.text_to_hadwriting("Write a Message/text")
3+

pywhatkit/info.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import pywhatkit as kit
2+
kit.info("Python-project-Scripts")
3+

pywhatkit/play.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import pywhatkit as kit
2+
kit.playonyt("Shape of your song"
3+

pywhatkit/sendmsg.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import pywhatkit as kit
2+
kit.sendwhatmsg(f"+91{xxxxxxxxxx}", "Message here!", 14, 3)
3+

pywhatkit/whatsapp.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#import module pywhatkit as kit/ pwk
2+
import pywhatkit as kit
3+
#the function [sendwhats_image] used to send a image via whatsapp to person
4+
kit.sendwhats_image(phone_no = "xxxxxxxxxx", img_path = "C:/Users/kit/icon.jpg", caption = "Hello World!"
5+

0 commit comments

Comments
 (0)