Python实现输出手写体图片
话说我在研究pywhatkit时搞了一下源程序,发现了这个:
data = requests.get(
f"https://pywhatkit.herokuapp.com/handwriting?text={string}&rgb={rgb[0]},{rgb[1]},{rgb[2]}"
)
然后,我掏出了apifox,一试: ohhhhhhhhhhh ! 来,说说我发现的东西!
这是一个GET请求的API接口https://pywhatkit.herokuapp.com/handwriting,两个参数,分别是text(文字)和rgb(颜色)。 我找了一段简短的英文小故事来测试。接口无法处理中文。
A child was careless ramie stabbed, he rushed home and told his mother: I only lightly Pengyi
共有 0 条评论