python 美化输出信息的实例
如下所示: # -*- coding: utf-8 -*- # @Author: xiaodong # @Date: just hide # @Last Modified by: xiaodong # @Last Modified time: just hide # try: # from colorama import Fore, Style # except ImportError: # class Temp: # def __getattr__(self, x): # return '' # Fore = Style = Temp() STYLE =
下载地址
用户评论