معرفی شرکت ها


consolor-0.1.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Consolor provides highlighting functions for terminals.
ویژگی مقدار
سیستم عامل -
نام فایل consolor-0.1.2
نام consolor
نسخه کتابخانه 0.1.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Friedrich Paetzke
ایمیل نویسنده f.paetzke@gmail.com
آدرس صفحه اصلی https://github.com/paetzke/consolor
آدرس اینترنتی https://pypi.org/project/consolor/
مجوز BSD
consolor ======== .. image:: https://travis-ci.org/paetzke/consolor.png?branch=master :target: https://travis-ci.org/paetzke/consolor .. image:: https://coveralls.io/repos/paetzke/consolor/badge.png?branch=master :target: https://coveralls.io/r/paetzke/consolor?branch=master .. image:: https://pypip.in/v/consolor/badge.png :target: https://pypi.python.org/pypi/consolor/ Consolor provides highlighting functions for terminals. It comes with there 3 functions: get_line Returns a string with the given formatting. print_line Prints a string with the given formatting. update_line Overwrites the output of the current line and prints s on the same line without a new line. All these functions accept the following formatting parameters: * *bold*: bool, default False * *underline*: bool, default False * *blinking*: bool, default False * *color*: str, default None * *bgcolor*: str, default None .. image:: https://paetzke.me/static/images/consolor.png Some examples: .. code:: python import consolor consolor.print_line('light green', color=consolor.Color.LightGreen) consolor.print_line('underline', underline=True) consolor.print_line('green bg', bgcolor=consolor.BgColor.Green) consolor.update_line('0%') consolor.update_line('100%') print() For more colors and background colors see *consolor.Color* and *consolor.BgColor*. You can also use it in builtin *print()*: .. code:: python import consolor print(consolor.Color.Red, 'Red') print('Red two') print(consolor.Color.Reset, end='') # You have to handle resetting your self. print('Not Red') print(consolor.BgColor.Red, 'Red') print('Red two', consolor.BgColor.Reset) print('None') To install ``consolor`` use pip. .. code:: python pip install consolor Bugs and improvements --------------------- Feel free to open tickets or send pull requests with improvements. These `contributors <https://github.com/paetzke/consolor/graphs/contributors>`_ have done so. Links ----- * `http://ascii-table.com/ansi-escape-sequences-vt-100.php <http://ascii-table.com/ansi-escape-sequences-vt-100.php>`_ * `http://wiki.ubuntuusers.de/Bash/Prompt <http://wiki.ubuntuusers.de/Bash/Prompt>`_ Copyright --------- Copyright (c) 2013-2015 Friedrich Pätzke. See `LICENSE <LICENSE>`_ for further details. See you. `Friedrich <https://twitter.com/paetzke>`_.


نحوه نصب


نصب پکیج whl consolor-0.1.2:

    pip install consolor-0.1.2.whl


نصب پکیج tar.gz consolor-0.1.2:

    pip install consolor-0.1.2.tar.gz