文件名称:asciiConvert:从终端获取图像的ascii艺术
文件大小:6KB
文件格式:ZIP
更新时间:2024-03-12 22:26:15
Go
使用命令行将图像转换为ascii art。 这只是我开始编写一些Go-Code。 安装 go get github.com/knrt10/asciiConvert 特征 获取图像ascii Art GIF支持 用法 asciiConvert --help Usage: asciiConvert [flags] Flags: -h, --help help for asciiArt -p, --path string path of your file for which you want to convert ASCII Art -w, --width int width of final file (default 100) 命令 asciiConvert -p "path to file" // this will print with
【文件预览】:
asciiConvert-master
----.gitignore(66B)
----main.go(90B)
----LICENSE(1KB)
----go.mod(220B)
----readme.md(1KB)
----go.sum(3KB)
----cmd()
--------root.go(3KB)