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.2.tar.gz (3.4 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.2-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

Details for the file koreanwritingsystem-1.0.2.tar.gz.

File metadata

  • Download URL: koreanwritingsystem-1.0.2.tar.gz
  • Upload date:
  • Size: 3.4 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.2.tar.gz
Algorithm Hash digest
SHA256 d370c41ea19253494bb5e6ae6b5253e7517313a13b1401dff78541d094dfcc7c
MD5 a21c36b3c8fd5a09b390a3e047bf788f
BLAKE2b-256 b00cbc1a33fc55495b158650c378f2eb66916a19458bad37a5d7dd36b6ae8ead

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for koreanwritingsystem-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 0dbc34c2730100e30824cf673b201fe10aca26669b4df785f89c8351e012c9fe
MD5 6c999aa54023958222cc1bbfcad5e1e2
BLAKE2b-256 2589aca53073d230352964301cf727b385517e8a613b2092625328e214b3dac6

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.0.2 This release

2 files

1.0.1

2 files

1.0.0

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