3 Star 5 Fork 2

新媒体网络营销/针对cosyvoice开发的大文本转语音处理工具_听书狂人处理机

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
help.py 291 Bytes
一键复制 编辑 原始数据 按行查看 历史
import markdown
# Open and read the content of the markdown file
with open('help.md', 'r', encoding='utf-8') as file:
content = file.read()
# Convert markdown content to HTML
html_content = markdown.markdown(content)
# Print or process the HTML content
print(html_content)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/xinmeitiyingxiao/lingting.git
git@gitee.com:xinmeitiyingxiao/lingting.git
xinmeitiyingxiao
lingting
针对cosyvoice开发的大文本转语音处理工具_听书狂人处理机
master

搜索帮助