latinisation api
1.0.0
APU لاتحاد اللاتيني غير اللاتيني. في الوقت الحالي ، فإنه يدعم الأرمن فقط ، لكنه سيتوسع قريبًا إلى Langugages أيضًا.
pip install latinisation from latinisation import armenian
armenian . armenian_latinisation ( some_input ) from latinisation import armenian
# Ask the user to input a sting of Armenian letters
some_input = input ( "Input some Armenian letters: " )
# Convert the user inputed sting to a string of latin letters using the API
armenian . armenian_latinisation ( some_input )
# Print out the latinised version of the inputed string
print ( some_input )