signes de monnaie python

from forex_python.converter import CurrencyCodes
print(CurrencyCodes().get_symbol('USD'))

#>>>$
Intedai