Skip to main content

Latinisation of different alphabets.

Project description

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)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

latinisation-0.0.1.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

latinisation-0.0.1-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page