معرفی شرکت ها


beautiful-console-0.7


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A package for print beautiful logs in console.
ویژگی مقدار
سیستم عامل OS Independent
نام فایل beautiful-console-0.7
نام beautiful-console
نسخه کتابخانه 0.7
نگهدارنده []
ایمیل نگهدارنده []
نویسنده pourya90091
ایمیل نویسنده pourya90091@gmail.com
آدرس صفحه اصلی https://github.com/pourya90091/beautiful-console
آدرس اینترنتی https://pypi.org/project/beautiful-console/
مجوز -
# Beautiful Console ## installation : install : ```bash pip install beautiful-console ``` import : ```python from beautiful_console.beautiful_console import beautiful_console ``` ## defined colors : >black, red, green, yellow, blue, magenta, cyan, white ## defined styles : >**bold**, _italic_, underline, underline_bold, overline, ~~strikethrough~~ <br> ## beautiful_console() Returns beautiful text. ```python # only the text-parameter is required, then you can use any option you need print(beautiful_console( "text", "text_color", # color of text "text_style", # style of text "text_highlight_color", # color of background "text_blink", # blinking text <True or False> "continuous_color", # color of text when typing input "continuous_style", # style of text when typing input "continuous_highlight_color", # color of background when typing input "continuous_blink", # blinking text when typing input <True or False> "text_color_degree", # intensity of text color <0 or 1> "text_highlight_color_degree", # intensity of background color <0 or 1> "continuous_color_degree", # intensity of continuous color <0 or 1> "continuous_highlight_color_degree", # intensity of continuous background color <0 or 1> "get_input" # if this option is True, beautiful_console automatically generates a input-function (and returns input text) )) ``` # Tips : >**Tip** : some things may not work on some consoles. >**Tip** : get_input can only be filled as a keyword argument (get_input=True). --- send your feedbacks to : pourya90091@gmail.com


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl beautiful-console-0.7:

    pip install beautiful-console-0.7.whl


نصب پکیج tar.gz beautiful-console-0.7:

    pip install beautiful-console-0.7.tar.gz