Metadata-Version: 2.0
Name: regalias
Version: 0.2.0
Summary: Elona-like alias generator for Python, with CLI.
Home-page: https://github.com/letla/regalias
Author: Letla Fox
Author-email: letlafox+pypi@gmail.com
License: Apache 2.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: Japanese
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Games/Entertainment :: Role-Playing
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Filters

# Regalias: [Elona](http://ylvania.org/elona)-like alias generator for Python, with CLI.

[![PyPI](https://img.shields.io/pypi/wheel/regalias.svg?style=flat-square)](https://pypi.python.org/pypi/regalias)
[![PyPI](https://img.shields.io/pypi/pyversions/regalias.svg?style=flat-square)](https://pypi.python.org/pypi/regalias)
[![PyPI](https://img.shields.io/pypi/l/regalias.svg?style=flat-square)](https://github.com/letla/regalias/blob/master/LICENSE.txt)
[![PyPI](https://img.shields.io/pypi/implementation/regalias.svg?style=flat-square)](https://pypi.python.org/pypi/regalias)
[![PyPI](https://img.shields.io/pypi/v/regalias.svg?style=flat-square)](https://pypi.python.org/pypi/regalias)
[![Twitter](https://img.shields.io/badge/twitter-@letlafox-55acee.svg?style=flat-square)](https://twitter.com/letlafox)

:jp: Currently, it only supports to generate Japanese aliases.

**Example**

```sh
$ regalias  # 引数を渡さずに実行すると...
王国の記憶  # 異名をランダムに生成します

$ regalias
結末の水平線  # != 王国の記憶

$ regalias
やさしすぎた略奪者
```

```sh
$ regalias @  # 引数に名前を渡して実行すると...
奇跡を呼ぶ幻術使い @  # その名前に対応する異名を生成します

$ regalias マニ
ダイヤモンドの妹 マニ  # !?

$ regalias エヘカトル
ザ・ヒットマン エヘカトル  # うみみゃぁ！

$ regalias エヘカトル
ザ・ヒットマン エヘカトル  # 名前付き異名の生成結果は常に同一です！
```


### :gem: Installation

Installation is easy, with pip:

```sh
$ pip3 install regalias
```


### :gem: Usage

```sh
usage: regalias [-h] [--version] [name]

Elona-like alias generator for Python, with CLI.

positional arguments:
  name        seed of alias

optional arguments:
  -h, --help  show this help message and exit
  --version   show program's version number and exit
```


### :gem: Thanks

Special thanks to [Noa (aka Rfish)](http://ylvania.org) for giving license to use Elona's ndata in this project.


### :panda_face: Author

| [![Letla Fox](https://github.com/letla.png?size=96)](https://www.letla.net) |
|:---:|
| [Letla Fox](https://www.letla.net) |


### :gem: License

Apache License 2.0


