Skip to content
aryan edited this page Jul 5, 2021 · 13 revisions

Introduction

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.

Installing

pip3 install pywhatkit

Building from Source

You can build PyWhatKit 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/Ankit404butfound/PyWhatKit
    • Download it from the homepage
  2. Create a Virtual Environment with virtualenv using python3 -m venv venv. (OPTIONAL)
  3. Install the dependencies using pip3 install -r requirements.txt.
  4. 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.0
Last Release: July 5, 2021
Supported Python Versions: >= 3.8

Clone this wiki locally