文件名称:blessings:Python终端功能的实用,精简包装
文件大小:27KB
文件格式:ZIP
更新时间:2024-06-15 21:39:53
Python
祝福 用祝福编码看起来像这样... from blessings import Terminal t = Terminal () print ( t . bold ( 'Hi there!' )) print ( t . bold_red_on_bright_green ( 'It hurts my eyes!' )) with t . location ( 0 , t . height - 1 ): print ( 'This is at the bottom.' ) 或者,对于字节级控制,您可以下拉并使用原始终端功能: print ( '{t.bold}All your {t.red}bold and red base{t.normal}' . format ( t = t )) print ( t . wingo ( 2 )) 球场 Blessings解除了的几个局
【文件预览】:
blessings-master
----setup.py(2KB)
----.gitignore(50B)
----.travis.yml(331B)
----MANIFEST.in(62B)
----fabfile.py(773B)
----LICENSE(1KB)
----blessings()
--------__init__.py(22KB)
--------tests.py(9KB)
----README.rst(18KB)
----docs()
--------Makefile(4KB)
--------index.rst(728B)
--------conf.py(7KB)
--------make.bat(4KB)
----tox.ini(104B)