人名生成装置
日本人の名前っぽい文字列を生成します。
It generates a name-ish string of Japanese.
Requirement: PHP, MySQL or MariaDB
- First,
git clone
to the appropriate directory. - Then
cd name-gen
, thencp config_sample.php config.php
. - Correct the contents of
config.php
. - Import files in the
sql
folder into the DB.
Importcreate_db.sql
, then importsei.sql
,mei_man.sql
,mei_woman.sql
. - Enjoy!
※: SQL data is stored in the xlsx
folder.
MIT