Skip to content

karaposu/currency_normalizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whole purpose of this package is to normlize currency strings to the standard currency codes

You can input USD or $ or USD dollars and it will be normalized. This is it.


cn = CurrencyNormalizer()
r=cn.normalize("$")
print(r)

# output is "USD"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages