Open JayaSaha811733 opened 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
same issue.... anyone have a solution ?
same issue...
install the 4.6 version of pywhatkit, it should be able to solve your problem.
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
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)