Skip to content

Commit 2d4882e

Browse files
committed
doc: python library
1 parent be9763c commit 2d4882e

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If you want to directly use these maps, you can paste them in [chekkans-web](htt
4242

4343
You can find and download library artifacts in [releases](https://github.com/libindic/unicode-conversion-maps/releases)
4444

45-
For javascript, you can do
45+
#### Javascript
4646

4747
`npm install @indicjs/unicode-conversion-maps`
4848

@@ -61,6 +61,15 @@ If you're in an HTML page you can do
6161
</script>
6262
```
6363

64+
#### Python
65+
66+
`pip install libindic-unicode-conversion-maps`
67+
68+
```python
69+
from libindic.unicode_conversion_maps import maps
70+
print(maps['revathi']['A']) # prints അ
71+
```
72+
6473
## History
6574

6675
* [Payyans](https://github.com/libindic/payyans) is the origin of a lot of map files.

0 commit comments

Comments
 (0)