Skip to main content

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

koreanwritingsystem-1.0.0.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

koreanwritingsystem-1.0.0-py3-none-any.whl (3.6 kB view details)

Uploaded Python 3

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

Hashes for koreanwritingsystem-1.0.0.tar.gz
Algorithm Hash digest
SHA256 37a7b07fcfee302f9cfd35130502c32ce18c2e97cc699b498a3647f0b7458bc3
MD5 e93adb6d253038226a61169763a783d2
BLAKE2b-256 c323711bafb9a0c58b70ca9a9a1b670551c9175c774222260c7bcab51a2ff928

See more details on using hashes here.

File details

Details for the file koreanwritingsystem-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for koreanwritingsystem-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f0a659d89785a4875a8c191bd5b5472a9439c0a12fca22d082025a357f678dde
MD5 8d77f81f9056206e27a5a481050887b3
BLAKE2b-256 9b34e2c54e06e02bc51f02c82304a13abf2b36a01e76ad7bb4d3c4c4cd0cf4f3

See more details on using hashes here.

Release history Release notifications | RSS feed

1.0.2

2 files

1.0.1

2 files

This release

1.0.0 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page