utils.py 文件源码

python
阅读 26 收藏 0 点赞 0 评论 0

项目:irs 作者: kepoorhampond 项目源码 文件源码
def banner():
    title = (BCYAN + center_lines("""\
?????????? ????????
???????????????????
???????????????????
???????????????????
??????  ???????????
??????  ???????????\
""", COLS) + END)
    for num in range(0, 6):
        os.system("clear || cls")
        if num % 2 == 1:
            print(BRED + center_unicode("??   ??  ??    ??  ??   \r", COLS))
        else:
            print("")
        print(title)
        sleep(0.3)
    flush_puts(center_colors("{0}Ironic Redistribution System ({1}IRS{2})"
                             .format(BYELLOW, BRED, BYELLOW), COLS))

    flush_puts(center_colors("{0}Made with ??  by: {1}Kepoor Hampond \
({2}kepoorhampond{3})".format(BBLUE, BYELLOW, BRED, BYELLOW) + END, COLS))

    flush_puts(center_colors("{0}Version: {1}".format(BBLUE, BYELLOW) +
               pkg_resources.get_distribution("irs").version, COLS))
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号