Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 786 Bytes

README.rst

File metadata and controls

49 lines (28 loc) · 786 Bytes

ArabicNames

Random arabic name generator

Installation

The script is available on PyPI. To install with pip:

pip install ArabicNames

Usage

ArabicNames can be used as a command line utility or imported as a Python package.

Command Line Usage

To use the script from the command line:

$ ArabicNames
Jahid Taher

Python Package Usage

Here are examples of all current features:

>>> import ArabicNames
>>> ArabicNames.get_full_name()
'Muhtadi El-Alaoui'

License

This project is released under an MIT License.