Alir3z4 / python-currencies

Display money format and its filthy currencies, for all money lovers out there.
http://pypi.python.org/pypi/currencies
GNU General Public License v3.0
72 stars 13 forks source link

Adding functionality for Full Currency Name look up #14

Open Connor-Steward opened 3 years ago

Connor-Steward commented 3 years ago

What is the purpose of your pull request?

As per Issue: https://github.com/Alir3z4/python-currencies/issues/12

To add functionality to the main class whereby you can get the full currency name.

Important

Useage

from currencies import Currency

currency = Currency('USD')

currency.getname()

>>> 'United States Dollar'

Other Info

Resolves https://github.com/Alir3z4/python-currencies/issues/12 which can be closed now

Connor-Steward commented 3 years ago

Oh additionally, this is my first time contributing to a project so I'm not 100% sure I've done the fork/merge etc etc right

Please excuse anything I've missed :)