Metadata-Version: 2.4
Name: random_name_generator_rendev
Version: 1.0.0.1
Summary: A Python library for generating random names using vowels and consonants.
Author: Ronchetti Ezequiel Nicolás
Author-email: RonchettiEzequielNicolas@hotmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-python
Dynamic: summary

# random_name_generator_rendev

`random_name_generator_rendev` is a Python library for generating random names using a mix of vowels and consonants. The generated names may include spaces and apostrophes to simulate natural or fantasy-like names.

## Installation

Install using pip:
```bash
pip install random_name_generator_rendev
```

## Usage

```python
from random_name_generator_rendev import generate_name

name = generate_name()
print(name)
```

## Functionality

- Generates random names using uppercase and lowercase vowels and consonants.
- Names may include spaces and apostrophes for more natural or fantasy-like results.

## License

random_name_generator_rendev is licensed under the MIT License.
