#coding=utf-8
from b2.console2 import ColorText
t = ColorText()
print t.ForeRed + t.BackGreen + 'fore red back green'
print t + "this is test"
print t + t.BackYellow
print t + "fore red and back yellow"
工程地址 : github.com/intohole/b2
这个我在 ubuntu 下验证可以;如果有其它的想要做的话,可以提出需求,如果可以 follow 下我,谢谢了
1
est 2017-07-16 22:48:42 +08:00
LZ 轮子帝。。
|
3
aheadlead 2017-07-17 00:44:42 +08:00
|
5
intohole OP 大家有什么好玩的工具 能否贡献出来 , 谢谢 或者有什么要解决的东西 ,可以告诉我
|