Simple Python script to replace latin characters with Japanese ones from stdin.
| .gitignore | ||
| hiragana.json | ||
| JaCharChanger.py | ||
| katakana.json | ||
| main.py | ||
| README.md | ||
Simple Python script to replace latin characters with Japanese ones from stdin.
How to use
- Install Japanese fonts in OS (e.g.
noto-fonts-cjkorttf-sarasa-gothic) - Run
python3 main.py - Choose mode ([h]iragana or [k]atakana)
- Enter separated with commas latin characters, then press Enter key