معرفی شرکت ها


beautifurl-0.1.4


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Generates beautiful urls similar to Gfycat.
ویژگی مقدار
سیستم عامل -
نام فایل beautifurl-0.1.4
نام beautifurl
نسخه کتابخانه 0.1.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده William Hutcheson
ایمیل نویسنده crabbybearnose@shadowmail.co.uk
آدرس صفحه اصلی https://github.com/hintofbasil/Python-Beautifurl
آدرس اینترنتی https://pypi.org/project/beautifurl/
مجوز MIT
![CI](https://github.com/hintofbasil/Python-Beautifurl/workflows/CI/badge.svg?branch=master) # BeautifURL ## Installation BeautifURL can be installed from pip pip install beautifurl ## Usage >>> from beautifurl import Beautifurl >>> beautifurl = Beautifurl() >>> beautifurl.get_random_url('aaA') 'BeautifulAdventurousGiraffe' >>> beautifurl.count_permutations('aaA') 9150136 >>> for url in beautifurl.get_permutations('aaA', shuffle=True): ... print(url) ... GloriousDeterminedPeafowl NiceSuccessfulJackal DepressedStupidPartridge StormyStrangeGiraffe AngryPleasantMonkey ... ### Url format The examples above have a format string as their first argument. This dictates which types of words the url should be made up of. The examples all use `adjective adjective Animal`. Any number or combination of keys may be used. A full list of keys is available below. ### Custom dictionaries The Beautifurl object `__init__` function takes an optional parameter `dictionaryPath`. This allows the default dictionaries to be swapped for user specified dictionaries. >>> beautifurl = Beautifurl(dictionaryPath='~/dictionaries') The dictionaries in this folder must be named `KEY_...` where `KEY` is a single character. All keys should be unique. Any characters after the underscore are ignored. See `dictionaries` folder for examples. ## Dictionaries | Key | Description | Size | | --- | ----------- | ---- | | a | Adjectives | 223 | | A | Animals | 211 | ## Contributing ### Wordlists Additional words and lists may be submitted in pull requests. Please run the new lists through the organise script located in the dictionaries folder. Please ensure you have permission to use any lists before submitting a pull request. If a license is required please name the license file license.LIST_NAME. ./organise LIST_NAME [MAX_SIZE] > tmp mv tmp LIST_NAME ### Code Pull requests are more than welcome.


نیازمندی

مقدار نام
>=0.2 shuffled


نحوه نصب


نصب پکیج whl beautifurl-0.1.4:

    pip install beautifurl-0.1.4.whl


نصب پکیج tar.gz beautifurl-0.1.4:

    pip install beautifurl-0.1.4.tar.gz