Easy converter between Kanji-Number and Integer
Project description
Easy converter between Kanji-Number and Integer
-----------
Powered by [Yamato Nagata](https://twitter.com/514YJ)
[GitHub](https://github.com/delta114514/Kanjize)
Can Convert Number up to 10 ** 28 - 1
```python
from kanjize import int2kanji, kanji2int
print(int2kanji(58076099))
# 五千八百七万六千九十九
print(kanji2int("五千八百七万六千九十九"))
# 58076099
```
-----------
Powered by [Yamato Nagata](https://twitter.com/514YJ)
[GitHub](https://github.com/delta114514/Kanjize)
Can Convert Number up to 10 ** 28 - 1
```python
from kanjize import int2kanji, kanji2int
print(int2kanji(58076099))
# 五千八百七万六千九十九
print(kanji2int("五千八百七万六千九十九"))
# 58076099
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kanjize-0.0.2.tar.gz
(3.0 kB
view hashes)