文件名称:python命令行工具,可在终端上绘制基本图形-Python开发
文件大小:125KB
文件格式:ZIP
更新时间:2024-06-14 06:40:49
Python Command-line Tools
termgraph.py一个python命令行工具,可在终端中绘制基本图形。 支持的图形类型:条形图彩色图多变量堆叠图水平或垂直表情符号! termgraph.py一个python命令行工具,可在终端中绘制基本图形。 支持的图形类型:条形图彩色图多变量堆叠图水平或垂直表情符号! 示例termgraph.py data / ex1.dat#从data / ex1.dat读取数据2007年:▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇183.32 2008年:▇▇▇▇▇▇▇▇▇▇ ▇▇▇▇▇▇▇▇▇▇▇▇231.23 2009:▇16.43 2010:▇▇▇▇50.21 2011:▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 508.97 2012:▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇212.05 2014年:▏1.00美元
【文件预览】:
termgraph-main
----MANIFEST.in(20B)
----data()
--------gener_rdat.py(334B)
--------ex4.dat(166B)
--------histogram.dat(226KB)
--------ex7.dat(161B)
--------ex9.dat(74B)
--------ex5.dat(204B)
--------ex3.dat(20B)
--------ex2.dat(43B)
--------cal.dat(903B)
--------ex1.dat(123B)
--------ex8.dat(188B)
--------ex6.dat(159B)
----.github()
--------workflows()
----tests()
--------test_termgraph.py(12KB)
--------coverage-report.sh(343B)
--------__init__.py(0B)
----termgraph()
--------termgraph.py(22KB)
--------__init__.py(0B)
----setup.py(1KB)
----.gitignore(115B)
----Makefile(392B)
----README.md(5KB)
----LICENSE.txt(1KB)