- 授权协议: MIT
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://github.com/Leviathan1995/Pylsy
- 软件文档: https://github.com/Leviathan1995/Pylsy
软件介绍
Pylsy 是一个简单的 Python 库,用于在终端上打印表格,只要两行代码。
简单使用方法:
首先import
from pylsy import PylsyTable
然后创建一个包含table属性的list
attributes=["name","age","sex","id","time"]
table=PylsyTable(attributes)
name=["sun","lsy","luna","leviathan"]
table.add_data("name",name)最后,你就创建好ASCII表了。
table.create_table()
Web Caching
Duane Wessels / O'Reilly Media, Inc. / 2001-6 / 39.95美元
On the World Wide Web, speed and efficiency are vital. Users have little patience for slow web pages, while network administrators want to make the most of their available bandwidth. A properly design......一起来看看 《Web Caching》 这本书的介绍吧!
