한글로 된 숫자를 실제 숫자로 변경해주는 툴 입니다
Changing Korean number to natural number
import korean2num
print(korean2num.decode("일조삼천육백칠십일억이천구백삼십칠만사천오백십일"))
# >>> 1367129374511
김준성 Junseong Kim / [email protected]
한글로 된 숫자를 실제 숫자로 변경해주는 툴 입니다
Changing Korean number to natural number
import korean2num
print(korean2num.decode("일조삼천육백칠십일억이천구백삼십칠만사천오백십일"))
# >>> 1367129374511
김준성 Junseong Kim / [email protected]