# Rich库代码笔记 **Repository Path**: yeye0810/rich_library_code_notes ## Basic Information - **Project Name**: Rich库代码笔记 - **Description**: rich为一个使输出代码高亮的python包 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README github地址:https://github.com/willmcgugan/rich api地址:https://rich.readthedocs.io/en/latest/console.html rich提供了大量的代码颜色设置方式,可以使代码的输出更美观。本项目主要是针对api中的一些代码示例 进行测试。