A Python package for automation and utilities.
Project description
PywhatKit Alternative (pywhatkit_alt)
PywhatKit-Alternative is a Python package that provides automation and utility tools such as WhatsApp messaging, YouTube automation, text-to-handwriting conversion, screen recording, and more.
Features
- Send WhatsApp messages
- Search YouTube videos
- Convert text to handwriting
- Convert images to ASCII art
- Play YouTube videos
- Screen recording
- Take screenshots
- Text-to-Speech (TTS)
- Speech-to-Text (STT)
- Generate PDFs
Installation
You can install pywhatkit_alt directly from PyPI using:
pip install pywhatkit_alt
Usage
- Send WhatsApp Message
from pywhatkit_alt.whatsapp import send_whatsapp_message
send_whatsapp_message("+919876543210", "Hello from Python!")
- Search YouTube Videos
from pywhatkit_alt.youtube import search_youtube
print(search_youtube("Python tutorial"))
- Convert Text to Handwriting
from pywhatkit_alt.handwriting import text_to_handwriting
text_to_handwriting("Hello, world!", "handwriting.png")
- Convert Image to ASCII Art
from pywhatkit_alt.ascii_art import image_to_ascii
print(image_to_ascii("image.png"))
- Play YouTube Video
from pywhatkit_alt.utils import play_youtube_video
play_youtube_video("Python tutorial")
- Record Screen
from pywhatkit_alt.screen import record_screen
record_screen("record.mp4", duration=10)
- Take Screenshot
from pywhatkit_alt.screen import take_screenshot
take_screenshot("screenshot.png")
- Text-to-Speech (TTS)
from pywhatkit_alt.voice import text_to_speech
text_to_speech("Hello, world!")
- Speech-to-Text (STT)
from pywhatkit_alt.voice import speech_to_text
print(speech_to_text())
- Generate PDF
from pywhatkit_alt.pdf import create_pdf
create_pdf("Hello, this is a test PDF!", "output.pdf")
License
This project is licensed under the MIT License.
Contributing
Contributions are welcome! If you have any ideas or suggestions, feel free to open an issue or submit a pull request.
Contact
For any queries, reach out at nathishwarc@gmail.com.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pywhatkit_alt-0.1.0.tar.gz.
File metadata
- Download URL: pywhatkit_alt-0.1.0.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed79e32c3b95512ff2b54361a7c90f2c154129b88d50cb69ac350f41ee984a3b
|
|
| MD5 |
ff51b26c535113db9e3138531dc07e3c
|
|
| BLAKE2b-256 |
cb209f28bc5d9f7581891fbeb8bf2d9b9be11ec2eb6a31f3712eaa9a073b3f62
|
File details
Details for the file pywhatkit_alt-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pywhatkit_alt-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
570f437775bef300ce6b205f788f16378afaf8a311467727a4ab46d3ba968f7f
|
|
| MD5 |
4c7d244946f8f59258dfc9ded6a94c41
|
|
| BLAKE2b-256 |
ae860391f7f6626a87ae368de1b33218938650be25456d32655c556b8b79c191
|