معرفی شرکت ها


fantasynames-0.1.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A fantasy themed random name generator.
ویژگی مقدار
سیستم عامل -
نام فایل fantasynames-0.1.2
نام fantasynames
نسخه کتابخانه 0.1.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Jessica Peck
ایمیل نویسنده jessypeck@gmail.com
آدرس صفحه اصلی https://github.com/jessypeck/fantasynames
آدرس اینترنتی https://pypi.org/project/fantasynames/
مجوز -
# Fantasy Name Generator [![PyPI version](https://badge.fury.io/py/fantasynames.svg)](https://badge.fury.io/py/fantasynames) A random name generator that produces names aligning (more or less) with common conventions for fantasy characters in fictional media such as Dungeons and Dragons or World of Warcraft. ## Installation `python3 -m pip install fantasynames` Or if your project is using Poetry: `poetry add fantasynames` ## Usage The following name generating methods are provided for a variety of different stereotypical fantasy "races", as well as a few different "medieval-y" languages: ```python import fantasynames as names names.elf() # Example outputs: 'Farathia Eaviel', 'Iethian Willowblossom' names.dwarf() # Example outputs: 'Dagdr Steelbeard', 'Thorinna Ironstrike' names.hobbit() # Example outputs: 'Libby Honeyfoot', 'Flublius Sweetscone' names.french() # Example outputs: 'Richert Roublac', 'Clavena de Clardalle' names.anglo() # Example outputs: 'Brandin of Avonlyn', 'Kallem Davenmere' names.human() # Example outputs: 'Danric du Tourbloc', 'Sumia Sageholme' ``` Note that `human()` provides a diverse mix of different first and last name styles, including `anglo()` and `french()`...and more! You can also pass a string argument to specify whether you want to recieve masculine or feminine names. By default, it's totally random: ```python names.human() # this will randomly generate either a male or female name names.human('any') # this is equivalent to the above, in case you want to be specific names.human('male') # this will generate a masculine name names.human('female') # this will generate a feminine name ``` ## Contributing ### Poetry This package uses [Poetry](https://python-poetry.org/) for package management. After checking out the repo, use `poetry install` to install all the required dependencies. Anytime you need to add a package, use: ``` poetry add PACKAGE_NAME_HERE ``` ### Linting / Formatting We do code formatting with [Python Black](https://github.com/psf/black), additional linting with [flake8](https://flake8.pycqa.org/en/latest/manpage.html), and type checking with [mypy](http://mypy-lang.org/). Before opening a PR, please make sure to run all of these. Below is a helpful command to do them all at once: ``` poetry run black fantasynames && poetry run flake8 fantasynames && poetry run mypy fantasynames ``` ### Guides If you want to make your own name generators, check out: - [How to Add a New Name Generator Guide](docs/new-generator-guide.md) And then if you want to ramp up the complexity, take a look at: - [Transformation Guide](docs/transformation-guide.md)


نیازمندی

مقدار نام
>=20.8b1,<21.0 black
>=3.9.0,<4.0.0 flake8
>=0.812,<0.813 mypy
>=6.2.3,<7.0.0 pytest


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

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


نحوه نصب


نصب پکیج whl fantasynames-0.1.2:

    pip install fantasynames-0.1.2.whl


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

    pip install fantasynames-0.1.2.tar.gz