Skip to content
SigireddyBalasai edited this page Dec 4, 2022 · 2 revisions

Introduction

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.

Installing

pip3 install AsyncPywhatKit

Building from Source

You can build AsyncPywhatKit from source to get the latest unreleased features.

  1. 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

Now change directory to AsyncPywhatKit using cd AsyncPywhatKit.

  1. Create a Virtual Environment with virtualenv using python3 -m venv venv. (OPTIONAL)
  2. Install the dependencies using pip3 install -r requirements.txt.
  3. 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.

Reporting Issues/ Feature Request

Report an Issue here.
Submit a feature request here.

Version Information

Latest Version: 5.2
Last Release: November 14, 2021
Supported Python Versions: >= 3.8

Clone this wiki locally