def print_info(lines):
"""Prints informations messages, enhanced graphical aspects."""
print Fore.YELLOW + "------------------------- Informations -------------------------\r"
for line in lines:
print Fore.YELLOW + "| " + line + '\r'
print Fore.YELLOW + "------------------------------------------------------------------\r" + Fore.WHITE
评论列表
文章目录