Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created June 26, 2021 11:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/21711a6681f587dd5abffc4d41e79279 to your computer and use it in GitHub Desktop.
Save amankharwal/21711a6681f587dd5abffc4d41e79279 to your computer and use it in GitHub Desktop.
import pywhatkit as kit
import cv2
kit.text_to_handwriting("Hope you are doing well", save_to="handwriting.png")
img = cv2.imread("handwriting.png")
cv2.imshow("Text to Handwriting", img)
cv2.waitKey(0)
cv2.destroyAllWindows()
@BarathKD
Copy link

hello guys

@BarathKD
Copy link

p12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment