Skip to content

dzbuit/nk30

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nk30

nk30: Hangul + Hanja base-30000 numeral encoder/decoder
Compatible with kn30 but renamed for namespace clarity.

Install

pip install nk30

Usage

from nk30 import encode_nk30, decode_nk30

s = encode_nk30(123456)
n = decode_nk30(s)
print(s, n)

About

Hybrid Hangul + Hanja numeral system using base-30,000 encoding. Combines Korean and Chinese Unicode characters to achieve ultra-high-density numeric compression with full reversibility.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages