Converts English text to Albhed, a fictional language from the Final Fantasy series.
Find a file
Chris Pressland f545d92a88
All checks were successful
pypi / publish (push) Successful in 18s
chore: add repo link
2026-04-21 15:46:41 +01:00
.forgejo/workflows chore: add UV_PUBLISH_TOKEN 2026-04-21 15:37:04 +01:00
albhed Switch to uv 2025-08-21 23:46:34 +01:00
.gitignore Switch to uv 2025-08-21 23:46:34 +01:00
.python-version Update python Docker tag to v3.14 2026-04-21 14:50:40 +01:00
LICENSE Initial Commit 2023-06-19 19:09:04 +01:00
pyproject.toml chore: add repo link 2026-04-21 15:46:41 +01:00
README.md Switch to uv 2025-08-21 23:46:34 +01:00
renovate.json Add renovate.json (#3) 2024-06-19 13:40:32 +01:00
uv.lock Bump pygments from 2.19.2 to 2.20.0 2026-04-21 14:54:32 +01:00

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!