Skip to content

An API that converts a string written in Armenian letters it's equivalent in Latin letters.

License

Notifications You must be signed in to change notification settings

AAVVIronAlex/latinisation-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latinisation API

The APU to latinise non latin strings. For now, it only supports Armenian, but it will soon expand to other langugages too.

Instructions

  1. Install:
pip install latinisation
  1. Latinise Armenian text:
from latinisation import armenian

armenian.armenian_latinisation(some_input)

Example of a program that uses the latinisation API:

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)

About

An API that converts a string written in Armenian letters it's equivalent in Latin letters.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages