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
- Install:
pip install latinisation
- 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
Release history Release notifications | RSS feed
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)
Built Distribution
Close
Hashes for latinisation-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 985c391ef6c9dde2a4aebdf0215766028b1e06983a1da52d9d9593b531449c18 |
|
MD5 | 61cc8a918c896d00115d9d5c92b8aa8a |
|
BLAKE2b-256 | 8f697770b034ae0babcd62fbd13f1f5694c96ec6d0a35e401ff32c518aa7abe0 |