Ankit404butfound / PyWhatKit

Send WhatsApp message at certain time and many other things.
MIT License
1.39k stars 302 forks source link

text_to_handwriting() function is not working in pywhatkit #293

Open JayaSaha811733 opened 1 year ago

JayaSaha811733 commented 1 year ago

Description

text_to_handwriting() not working.

File "C:\New folder\lib\site-packages\pywhatkit\handwriting.py", line 22, in text_to_handwriting

raise exceptions.UnableToAccessApi("Unable to access Pywhatkit api right now")

pywhatkit.core.exceptions.UnableToAccessApi: Unable to access Pywhatkit api right now

To Reproduce

pip3 install pywhatkit

import pywhatkit as kit

text='Hi Hello Namaste'

kit.text_to_handwriting(text)

Screenshots

ssc

Version Information

- OS: Windows 11

- Browser: Google Chrome

- Python: 3.10.5

- PyWhatKit: 5.4

You can Check the PyWhatKit Version using

print(pywhatkit.VERSION)

Nikitapok commented 1 year ago
VivekMeshram127 commented 1 year ago

same issue happen, i try to much, but i am not getting the output,

generating the image but format is not satisfied. i am install older version (4.0)+ and check but it is still same issue

ranjani277 commented 10 months ago

same issue.... anyone have a solution ?

MenshiDodiya commented 4 months ago

same issue...

gencebru commented 1 month ago

install the 4.6 version of pywhatkit, it should be able to solve your problem.