Package unihandecode is
US-ASCII transliterations of Unicode text.
an improved version of Python unidecode, that is Python port of Text::Unidecode Perl module by Sean M. Burke .
pip install Unihandecode
then in python
import unihandecode
print(unihandecode.unidecode(u'Ã'))
prints A
.