I am not able to view the file in program of text to handwriting

180 Views Asked by At

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.

The error -

0

There are 0 best solutions below