-
Notifications
You must be signed in to change notification settings - Fork 305
Home
Ankit Raj Mahapatra edited this page Oct 6, 2022
·
13 revisions
PyWhatKit is a Python Library for scheduling and sending WhatsApp messages with various other functions like playing a video on YouTube, Converting an image to ASCII art, Converting a string to an image with Hand Written Characters etc.
pip3 install pywhatkit
You can build PyWhatKit from source to get the latest unreleased features.
- Clone the GitHub repository to your local machine in any of the two ways
- Run
git clone https://github.com/Ankit404butfound/PyWhatKit
- Download the zip file from the homepage
- Run
Now change directory to PyWhatKit using cd PyWhatKit
.
- Create a Virtual Environment with virtualenv using
python3 -m venv venv
. (OPTIONAL) - Install the dependencies using
pip3 install -r requirements.txt
. - To build the package run
pip3 install -e .
and you are done.
NOTE: First method in step 1 requires git to be installed on your system.
Report an Issue here.
Submit a feature request here.
Latest Version: 5.2
Last Release: November 14, 2021
Supported Python Versions: >= 3.8
PyWhatKit Version 5.2