I am trying to use google transliterate [1] to convert hindi words written in english to hindi. e.g-
Input text- Main sahi hun.
Required text -मैं सही हूँ
I want to pass the input string to api and wants a required text in hindi language. I am using google transliterate but as it was deprecated long time ago so can't find a suitable way to do it on python as currently the example they are providing is in javascript and not very beginner friendly. How to do it?