from hangulpy import (
autofix,
convert_hangul_to_qwerty,
convert_qwerty_to_alphabet,
convert_qwerty_to_hangul,
enko,
koen,
)
print(koen("한글")) # gksrmf
print(enko("gksrmf")) # 한글
print(enko("rrk")) # ㄱ가
print(enko("rrk", allowDoubleConsonant=True)) # 까
print(autofix("gksrmf")) # 한글
print(autofix("rrk")) # ㄱ가
print(autofix("rrk", allowDoubleConsonant=True)) # 까
print(convert_hangul_to_qwerty("뮻")) # abc
print(convert_qwerty_to_hangul("ABC")) # 뮻
print(convert_qwerty_to_hangul("RㅏㄱEㅜrl")) # 깍뚜기
print(convert_qwerty_to_alphabet("abc")) # ㅁㅠㅊ