Python pisma ręcznego

#pip install pywhatkit
import pywhatkit
text = input("enter the text: ")
pywhatkit.text_to_handwriting(text, rgb=(7, 106,  255) )
Mouad En-naciry