Converts English text to Albhed, a fictional language from the Final Fantasy series.
- Python 100%
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| albhed | ||
| .gitignore | ||
| .python-version | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
| renovate.json | ||
| uv.lock | ||
Al Bhed
Simple CLI and Library that translates Text into Al Bhed
Python:
>>> from albhed import albhed
>>>
>>> albhed("Hello, World!")
'Rammu, Funmt!'
>>>
>>> albhed("Rammu, Funmt!", revert=True)
'Hello, World!'
Shell:
$ albhed Hello, World!
Rammu, Funmt!
$ albhed -r Rammu, Funmt!
Hello, World!