读写文件
# 读取文件
with open(file.txt, r) as file:content file.read()# 写入文件
with open(file.txt, w) as file:file.write(Hello, World!)HTTP请求
import requestsresponse requests.get(https://api.example.com/data)
data response.json()JSON处理
import j…
先看图,下面都是AnyText生成的,可以说效果效果确实是很震撼了。 附上地址:
GitHub - tyxsspa/AnyTextContribute to tyxsspa/AnyText development by creating an account on GitHub.https://github.com/tyxsspa/AnyText接下来开始详细讲解安装过程:
1. 下载项目
(1)下…