dot-to-ascii:使用 Graph 将 Graphviz 转换为 ASCII 转换器

时间:2024-08-13 09:25:25
【文件属性】:

文件名称:dot-to-ascii:使用 Graph 将 Graphviz 转换为 ASCII 转换器

文件大小:9KB

文件格式:ZIP

更新时间:2024-08-13 09:25:25

graphviz converter ascii dot HTML

点到ASCII 在这里试试: : 应用程序接口 通过对 api 执行 https 请求,可以在您的代码中轻松使用 Dot-to-ascii。 Python import requests def dot_to_ascii ( dot : str , fancy : bool = True ): url = 'https://dot-to-ascii.ggerganov.com/dot-to-ascii.php' boxart = 0 # use nice box drawing char instead of + , | , - if fancy : boxart = 1 params = { 'boxart' : boxart , 'src' : dot , } respons


【文件预览】:
dot-to-ascii-master
----dot-save.php(184B)
----LICENSE(1KB)
----dot-load.php(271B)
----README.md(2KB)
----index.html(8KB)
----split.min.js(6KB)
----dot-to-ascii.php(1KB)
----dot-to-ascii.css(2KB)
----samples.js(794B)

网友评论