معرفی شرکت ها


animal-language-0.1.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Customize a word set, and then use the words in this set to represent any sentence.
ویژگی مقدار
سیستم عامل -
نام فایل animal-language-0.1.2
نام animal-language
نسخه کتابخانه 0.1.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده chnzzh
ایمیل نویسنده chnzzh@outlook.com
آدرس صفحه اصلی https://github.com/chnzzh/animal-language
آدرس اینترنتی https://pypi.org/project/animal-language/
مجوز -
# Animal Language Customize a word set, and then use the words in this set to represent any sentence. ## Install ``` pip install --upgrade animal-language ``` ## Usage To encode a sentence with these characters and words: `m, oo, b, aa, z` (or use moo, baa, zzz, but it will increase the encoded string's length) ### 1) Create a Translater ```python from animal_language import ALTranslater translater = ALTranslater(['m', 'oo', 'b', 'aa', 'z']) ``` ### 2) Encode Any String use the translater to encode any string you want. ```python encoded_str = translater.encode('hello, this is a test') ``` The encoded_str will be like : `oooombbooboozmmbaabbmooaaoobaambzzooaaaaaazmbmbooaam` ### 3) Decode the Encoded String Also use the translater to decode the encoded_str. ```python decoded_str = translater.decode(encoded_str) ``` The decoded_str is equal to the string you encoded ## Other Information + The word list must be like "prefix codes", lists like `['a', 'ab']` will not supported. + You can set the encoding of the input string. + JUST HAVE FUN AND ENJOY THIS bmoooombaaooooaambooz !


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

مقدار نام
>=3.6,<4.0 Python


نحوه نصب


نصب پکیج whl animal-language-0.1.2:

    pip install animal-language-0.1.2.whl


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

    pip install animal-language-0.1.2.tar.gz