Skip to content

Commit bd00445

Browse files
authored
Merge pull request larymak#36 from KanakamSasikalyan/main
pywhatkit
2 parents 716efb1 + 6007876 commit bd00445

File tree

9 files changed

+41
-0
lines changed

9 files changed

+41
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ When you Add a project Add it to the README for ease of finding it
7676

7777
* [Getting Files and Folders sizes](https://github.com/Saeedahmadi7714/Python-project-Scripts/tree/main/Gettin%20File%20and%20Folder%20sizes)
7878

79+
* [pyttsx3](https://github.com/KanakamSasikalyan/Python-project-Scripts/tree/main/pyttsx3)
80+
81+
* [pywhatkit](https://github.com/KanakamSasikalyan/Python-project-Scripts/tree/main/pywhatkit)
82+
7983
_more coming soon_
8084

8185
_contributions are welcomed, fork the repo and do the magic_

pywhatkit/Project description.docx

36.3 KB
Binary file not shown.

pywhatkit/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# pywhatkit
2+
![image](https://user-images.githubusercontent.com/67740644/124697489-71615700-df04-11eb-988a-23e688124b40.png)
3+
4+
5+
6+
## Project description
7+
PyWhatKit is a Python library with various helpful features.<br />
8+
It is an easy to use library which does not requires you to do some additional setup.<br />
9+
10+
## Installation
11+
This library can be installed by the pip command, open your command prompt and type in the following command...<br /><br />
12+
`$ pip install pywhatkit
13+
14+
## Links
15+
*[Join our discord server](https://discord.gg/uwznv4jKgk) <br />
16+
*[Detailed documentation](https://pypi.org/project/pywhatkit/)
17+

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)