Metadata-Version: 2.1
Name: codenamegenerator
Version: 1.3
Summary: A Name generator of the form "Adjetive Noun"
Home-page: https://github.com/mariocesar/codenamegenerator
Author: Mario César Señoranis Ayala
Author-email: mariocesar.c50@gmail.com
License: UNKNOWN
Platform: any
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4


A Name generator of the form "Adjetive Noun"
============================================

Install it by. ::

    pip install codenamegenerator

Use it from the command line ::

    $ python -m codenamegenerator

Or in your code ::

    from codenamagenerator import get_random_name



