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.1.tar.gz (3.3 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.1-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: koreanwritingsystem-1.0.1.tar.gz
  • Upload date:
  • Size: 3.3 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.1.tar.gz
Algorithm Hash digest
SHA256 591ce468da5020fb611035e86d56885253ae08498a9e1115300fbea4895e8317
MD5 62964cf101951f3f0bedcf7246b07c28
BLAKE2b-256 3f0178a399d13a57c094183bfc10562e5a8c1accd200649f33afd95d1b7932f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for koreanwritingsystem-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ab9f9b37a5d823dcc0620897f593bb6d3511ff45cd5e053e8d50629fbef1a9e7
MD5 f14a8a7751a9609df2e76fcdc7babf15
BLAKE2b-256 57806622a9fbf719e2ed23a5dc1862f8a4badf6f9fc6957ab96d01e38b2188d8

See more details on using hashes here.

Release history Release notifications | RSS feed

1.0.2

2 files

This release

1.0.1 This release

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