-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
SigireddyBalasai edited this page Dec 4, 2022
·
2 revisions
AsyncPywhatKit 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 AsyncPywhatKit
You can build AsyncPywhatKit 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/SigireddyBalasai/AsyncPywhatKit
- Download the zip file from the homepage
- Run
Now change directory to AsyncPywhatKit using cd AsyncPywhatKit
.
- 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