1 Star 0 Fork 0

丹青/beetle_template_icons

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
make_readme.py 504 Bytes
一键复制 编辑 原始数据 按行查看 历史
丹青 提交于 2024-01-05 18:17 . 修改readmeemoji
import requests
from bs4 import BeautifulSoup
import json
import os
import shutil
with open("icon_re.json", "r") as f:
icon_re = json.load(f)
content = """
beetle template 的图标仓库,预先整理,用作新模板的图标.
| 图标 | 名字 | 是否使用 |
|----|----|------|
"""
for name, url in icon_re:
content += "| ![](./%s/icons/linux/128.png) | %s | :black_square_button: |\n" % (name, name)
with open("Readme.md", "w", encoding="utf-8") as f:
f.write(content)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/danqingli/beetle_template_icons.git
[email protected]:danqingli/beetle_template_icons.git
danqingli
beetle_template_icons
beetle_template_icons
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385