Korean Writing System
The modern Korean writing system is remarkably logical, consistent, and well‑designed. This module implements the fundamental structure of Hangul: decomposing syllables into jamo and composing jamo back into syllables.
Special thanks to Joe Becker, Lee Collins, Mark Davis, and the teams who created and maintain Unicode.
Developed by N. Y.
This code was created with support from Microsoft Copilot.
Reviewed by N. Y.
Compatible with Python ≥ 3.0 Distributed under the CC0‑1.0 license
Main functions:
Decompose Hangul into Jamo Compose Jamo into Hangul Compose Jamo indexes into Hangul
# In: Hangul >>> Out: [CHOSEONG, JUNGSEONG, JONGSEONG]
print(KoreanWritingSystem.decompose_hangul_to_jamo('가'))
#In: [CHOSEONG, JUNGSEONG, JONGSEONG] >>> Out: Hangul
print(KoreanWritingSystem.compose_hangul_with_jamo('ㄱ','ㅏ',''))
#In: [i, j, k] >>> Out: Hangul
print(KoreanWritingSystem.compose_hangul_with_number(0,0,0))
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 koreanwritingsystem-1.0.0.tar.gz.
File metadata
- Download URL: koreanwritingsystem-1.0.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37a7b07fcfee302f9cfd35130502c32ce18c2e97cc699b498a3647f0b7458bc3
|
|
| MD5 |
e93adb6d253038226a61169763a783d2
|
|
| BLAKE2b-256 |
c323711bafb9a0c58b70ca9a9a1b670551c9175c774222260c7bcab51a2ff928
|
File details
Details for the file koreanwritingsystem-1.0.0-py3-none-any.whl.
File metadata
- Download URL: koreanwritingsystem-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0a659d89785a4875a8c191bd5b5472a9439c0a12fca22d082025a357f678dde
|
|
| MD5 |
8d77f81f9056206e27a5a481050887b3
|
|
| BLAKE2b-256 |
9b34e2c54e06e02bc51f02c82304a13abf2b36a01e76ad7bb4d3c4c4cd0cf4f3
|