whatsmynameLP2

Say my name


License
MIT
Install
pip install whatsmynameLP2==1.0.0

Documentation

WHat's my name

This is an example project demonstrating how to publish a python module to PyPI.

Installation

Run the following to install :

pip install Whats_My_Name

Usage

from Whats_My_Name import whats_my_name 

#Generate "Rui Pires"
whats_my_name(Rui)

#Generate "Other"
whats_my_name(other)