Metadata-Version: 2.1
Name: vn-fullname-generator
Version: 0.0.2
Summary: Generate Vietnamese Fullname
Home-page: https://github.com/lhlong/vietnamese-fullname-generator
Author: Lh Long
Author-email: lhlong@github.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/lhlong/vietnamese-fullname-generator/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# VIETNAMESE FULLNAME GENERRATOR

This tool will help to generate a common fullname in Vietnamese.

## Data Source

- Get data male/female name from [Vietnamese Name Dict](https://github.com/duyet/vietnamese-namedb)
- Get common firstname [Wiki](https://vi.wikipedia.org/wiki/H%E1%BB%8D_ng%C6%B0%E1%BB%9Di_Vi%E1%BB%87t_Nam)

## How to run

>pip install vn_fullname_generator

```python
from vn_fullname_generator import generator
gender = 1
generator.generate(gender)
'Trần Văn Minh'
```


