معرفی شرکت ها


animalsay-1.0.5


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A Python version of the famous cowsay program by Tony Monroe.
ویژگی مقدار
سیستم عامل -
نام فایل animalsay-1.0.5
نام animalsay
نسخه کتابخانه 1.0.5
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Gloria Macia
ایمیل نویسنده gloria.macia@roche.com
آدرس صفحه اصلی https://github.com/gloriamacia/animalsay
آدرس اینترنتی https://pypi.org/project/animalsay/
مجوز MIT
# Animalsay A Python version of the famous [cowsay](https://en.wikipedia.org/wiki/Cowsay) program by Tony Monroe. It is based in this other [Python package](https://github.com/VaasuDevanS/cowsay-python) with way cuter animals. If you like it, feel free to contribute and add your own animals. # Install Animalsay requires Python 3.6 or higher to run. ```sh $ pip install animalsay ``` # Usage ```sh $ from animalsay.utils import say $ say("cow", "hello world!") ____________ < hello world! > ============ \ \ ^__^ (oo)\_______ (__)\ )\/\ ||----w | || || ``` ```sh $ say("bunny", "Such a cutie pie!") _________________ < Such a cutie pie! > ================= \ \ (\_____/) ( ' x ' ) c (")(") ``` It accepts both a short sentence and a [long text](https://www.lipsum.com/). ```sh $ say("cat", "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam lacinia tellus eros, sit amet rhoncus sapien volutpat at. In odio justo, placerat at posuere ut, elementum eu ligula. Cras facilisis gravida tincidunt.") _________________________________________________ / \ | Lorem ipsum dolor sit amet, consectetur adipiscin | | g elit. Aliquam lacinia tellus eros, sit amet rho | | ncus sapien volutpat at. In odio justo, placerat | | at posuere ut, elementum eu ligula. Cras facilisi | | s gravida tincidunt. | \ / ================================================= \ \ /\___/\ ( =^.^= ) (")(")_/ ``` # More Animals To see the the list of available animals. ```sh $ from animalsay.utils import animals $ animals.keys() dict_keys(['cow', 'bunny', 'cat']) ```


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

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


نحوه نصب


نصب پکیج whl animalsay-1.0.5:

    pip install animalsay-1.0.5.whl


نصب پکیج tar.gz animalsay-1.0.5:

    pip install animalsay-1.0.5.tar.gz