معرفی شرکت ها


better-crayons-0.0.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

TextUI colors for Python.
ویژگی مقدار
سیستم عامل -
نام فایل better-crayons-0.0.2
نام better-crayons
نسخه کتابخانه 0.0.2
نگهدارنده ['xMistt']
ایمیل نگهدارنده ['xmistt@github.com']
نویسنده xMistt
ایمیل نویسنده xmistt@github.com
آدرس صفحه اصلی https://github.com/xMistt/better_crayons
آدرس اینترنتی https://pypi.org/project/better-crayons/
مجوز MIT
Better Crayons: Text UI colors for Python. =================================== [![pypi](https://img.shields.io/pypi/v/better_crayons.svg)](https://pypi.python.org/pypi/better_crayons) [![build](https://travis-ci.com/xMistt/better_crayons.svg?branch=master)](https://pypi.python.org/pypi/better_crayons) [![license](https://img.shields.io/pypi/l/better_crayons.svg)](https://pypi.python.org/pypi/better_crayons) [![wheel](https://img.shields.io/pypi/wheel/better_crayons.svg)](https://pypi.python.org/pypi/better_crayons) [![python](https://img.shields.io/pypi/pyversions/better_crayons.svg)](https://pypi.python.org/pypi/better_crayons) This module is really simple, it gives you colored strings for terminal usage. Included colors are ``red``, ``green``, ``yellow``, ``blue``, ``black``, ``magenta``, ``cyan``, ``white``, and ``normal`` ( as well as ``clean`` and ``disable``). **Better Crayons** is nice because it automatically wraps a given string in both the foreground color, as well as returning to the original state after the string is complete. Most terminal color libraries make you manage this yourself. ![example](https://i.imgur.com/eob4G6m.png) Arguments include ``always=True`` and ``bold=True``. Features -------- - If you call ``disable()``, all future calls to colors will be ignored. - If you call ``normal()``, color is reset to default foreground color - If the current process is not in a TTY (e.g. being piped), no colors will be displayed. - Length of ColoredStrings can be properly calculated. - Powered by colorama. Usage is simple --------------- # red is red, white is white. >>> print('{} white'.format(better_crayons.red('red'))) red white That's it! Installation ------------ $ pip install better_crayons


نیازمندی

مقدار نام
- colorama


نحوه نصب


نصب پکیج whl better-crayons-0.0.2:

    pip install better-crayons-0.0.2.whl


نصب پکیج tar.gz better-crayons-0.0.2:

    pip install better-crayons-0.0.2.tar.gz