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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file latinisation-0.0.1.tar.gz.
File metadata
- Download URL: latinisation-0.0.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8f5fedd8eee3f755addcf7462f4f5bbabe3b55e47c4cdd56556ca2cbd547039
|
|
| MD5 |
561e0d56c9070d23660a23fd597b9029
|
|
| BLAKE2b-256 |
8b7810d70d8bf5c0b51d38794d14a35478eb986b1d08bf78f9c669edadb035f9
|
File details
Details for the file latinisation-0.0.1-py3-none-any.whl.
File metadata
- Download URL: latinisation-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
985c391ef6c9dde2a4aebdf0215766028b1e06983a1da52d9d9593b531449c18
|
|
| MD5 |
61cc8a918c896d00115d9d5c92b8aa8a
|
|
| BLAKE2b-256 |
8f697770b034ae0babcd62fbd13f1f5694c96ec6d0a35e401ff32c518aa7abe0
|