In Alteryx can we do text to handwriting the same we can do in python using pywhatkit.
Any siggestion or idea.
I know you can run python in Alteryx. 😁
Good.
Can we use this.
import pywhatkit
text = "A l t e r y x"
pywhatkit.text_to_handwriting(text,rgb=[102,102,255])