معرفی شرکت ها


colego-0.0.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Simple package that converts a text to have colors in a terminal output.
ویژگی مقدار
سیستم عامل -
نام فایل colego-0.0.1
نام colego
نسخه کتابخانه 0.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Hastaluego
ایمیل نویسنده superduperst3ve@gmail.com
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/colego/
مجوز MIT
##################DESCRIPT####################### This is a very simple package that converts a text to have colors in a terminal output. Available colors: grey, red, green, yellow, blue, purple, cyan, white. Three methods: txtcolor(), bgcolor(), complrandom() -> all of them returns a string. Note: This package is still being worked on as the colors only works on specific terminals, one of them which is VSC's terminal. Note: There is a bug where you can't use start_index and stop_index with random set to True. ##################EXAMPLES####################### Two examples of a txtcolor(): # Example 1: print(txtcolor(text="Hello World!", random=True)) # each character will have a random color # Example 2: print(txtcolor(text="Hello World!", color="red", start_index=3, stop_index=7, bold=True)) Two examples of bgcolor(): # Example 1: print(bgcolor(text="Hello World!", random=True)) # Example 2: print(txtcolor(text="Hello World!", color="blue", start_index=3, stop_index=7)) One example of complrandom(): # Example 1: print(complrandom(text="Hello World!")) ################################################# Change Log ========== 0.0.1 (2021-12-05) ------------------ - First Release


نحوه نصب


نصب پکیج whl colego-0.0.1:

    pip install colego-0.0.1.whl


نصب پکیج tar.gz colego-0.0.1:

    pip install colego-0.0.1.tar.gz