这个repo
用来记录一些python技巧、书籍、学习链接等,欢迎star
github地址
# -*- 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 = {
'fore': {
'black': 30, 'red': 31, 'green': 32, 'yellow': 33,
'blue': 34, 'purple': 35, 'cyan': 36,