vimeo / py-money

Money class for Python 3
MIT License
125 stars 27 forks source link

Support No Currency Digits #17

Open noamby opened 3 years ago

noamby commented 3 years ago

Would love to contribute my part if possible

This is what I'm looking for:

>>> m = Money('3.24')
>>> m.format(currency_digits=False)
$324