Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ When you Add a project Add it to the README for ease of finding it

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

* [pyttsx3](https://github.com/KanakamSasikalyan/Python-project-Scripts/tree/main/pyttsx3)

* [pywhatkit](https://github.com/KanakamSasikalyan/Python-project-Scripts/tree/main/pywhatkit)

_more coming soon_

_contributions are welcomed, fork the repo and do the magic_
Binary file added pywhatkit/Project description.docx
Binary file not shown.
17 changes: 17 additions & 0 deletions pywhatkit/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# pywhatkit
![image](https://user-images.githubusercontent.com/67740644/124697489-71615700-df04-11eb-988a-23e688124b40.png)



## Project description
PyWhatKit is a Python library with various helpful features.<br />
It is an easy to use library which does not requires you to do some additional setup.<br />

## Installation
This library can be installed by the pip command, open your command prompt and type in the following command...<br /><br />
`$ pip install pywhatkit

## Links
*[Join our discord server](https://discord.gg/uwznv4jKgk) <br />
*[Detailed documentation](https://pypi.org/project/pywhatkit/)

3 changes: 3 additions & 0 deletions pywhatkit/ascii_art.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import pywhatkit as kit
kit.image_to_ascii_art(r"path")

3 changes: 3 additions & 0 deletions pywhatkit/handwriting.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import pywhatkit as kit
kit.text_to_hadwriting("Write a Message/text")

3 changes: 3 additions & 0 deletions pywhatkit/info.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import pywhatkit as kit
kit.info("Python-project-Scripts")

3 changes: 3 additions & 0 deletions pywhatkit/play.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import pywhatkit as kit
kit.playonyt("Shape of your song"

3 changes: 3 additions & 0 deletions pywhatkit/sendmsg.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import pywhatkit as kit
kit.sendwhatmsg(f"+91{xxxxxxxxxx}", "Message here!", 14, 3)

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