Metadata-Version: 2.0
Name: consolecolor
Version: 0.0.2
Summary: set console color of font
Home-page: https://github.com/mouday/consolecolor
Author: Peng Shiyu
Author-email: pengshiyuyx@gmail.com
License: MIT License
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/x-rst

consolecolor
============

设置pycharm控制台字体颜色

快速开始
========

安装：

::

    pip install consolecolor

使用：

.. code:: python

    from consolecolor import FontColor, Colors

    print(FontColor.set_color("hello", Colors.red, underline=True))
    print(FontColor.set_backcolor("hello", Colors.blue))

显示效果： |显示|

项目详细说明：
`Python编程：pycharm控制台字体颜色 <https://blog.csdn.net/mouday/article/details/79152994>`__

.. |显示| image:: img/color.png


