Metadata-Version: 2.1
Name: PyRandomNameGenerator
Version: 0.2
Summary: This is a simple name generator package
Home-page: https://pypi.org/project/PyRandomNameGenerator/
Author: Md. Ismiel Hossen Abir
License: MIT
Description-Content-Type: text/x-rst
License-File: LICENSE.txt

RandomNameGenerator
===================

RandomNameGenerator is a Python package that provides a simple and
easy-to-use interface for generating random names. It can be used in
various applications such as creating fictional characters, generating
test data, or any scenario where random names are needed.

Installation
------------

You can install RandomNameGenerator using pip, the Python package
manager. Open your terminal or command prompt and run the following
command:

.. code:: bash

   pip install PyRandomNameGenerator

.. code:: python

   from PyRandomNameGenerator import generateRandomName

   # After that

   print(generateRandomName())

License
-------

This project is licensed under the `MIT License <LICENSE>`__.
