Please help, i am beginner in python. The code i used for text to handwriting is this
import pywhatkit as pw
txt = """ What is Lorem Ipsum? """
pw.text_to_handwriting(txt,"img2.png",[0,0,138])
pw.text_to_handwriting(txt)
print("END")
When i am opening the png it is showing "It appears that we don't support this file format" I tried jpg, jpeg as well.