摘要: import requests import json def qmusic(): # 搜索api url = 'https://c.y.qq.com/soso/fcgi-bin/client_search_cp?aggr=1&cr=1&flag_qc=0&p=1&n=1&w=' MusicName 阅读全文
posted @ 2021-12-26 17:13 NPC_P 阅读(694) 评论(0) 推荐(0)
摘要: from PIL import Image def Clipper(): img = Image.open('./001.PNG') width, height = img.size print(width,height) img.show() box = (500, 500, 2500, 1500 阅读全文
posted @ 2021-12-26 17:10 NPC_P 阅读(182) 评论(0) 推荐(0)
摘要: 参考资料: https://www.jianshu.com/p/ebe52d2d468f Markdown语法大全(超级版) https://jingyan.baidu.com/article/ed15cb1b98ddbc1be3698187.html Markdown常用命令(1) https:/ 阅读全文
posted @ 2021-12-26 15:48 NPC_P 阅读(53) 评论(0) 推荐(0)
摘要: import json import requests def Translate(): try: url = "http://fanyi.youdao.com/translate" msg = "需要翻译的内容" params = { 'doctype': 'json', 'type': 'AUT 阅读全文
posted @ 2021-12-26 14:55 NPC_P 阅读(807) 评论(0) 推荐(0)
摘要: 相关地址: api合集 https://www.free-api.com/ 有哪些好玩的免费的API接口? https://www.zhihu.com/question/32225726 野生API文档 不断更新中.... https://github.com/SocialSisterYi/bili 阅读全文
posted @ 2021-12-26 10:54 NPC_P 阅读(4067) 评论(0) 推荐(1)