Random arabic name generator
The script is available on PyPI. To install with pip:
pip install ArabicNames
ArabicNames can be used as a command line utility or imported as a Python package.
To use the script from the command line:
$ ArabicNames
Jahid Taher
Here are examples of all current features:
>>> import ArabicNames
>>> ArabicNames.get_full_name()
'Muhtadi El-Alaoui'
This project is released under an MIT License.