Babelfish
BabelFish is a Python library to work with countries and languages
Install / Use
/learn @Diaoul/BabelfishREADME
BabelFish
BabelFish is a Python library to work with countries and languages.
Usage
BabelFish provides scripts, countries and languages from their respective ISO standards and a handy way to manipulate them with converters.
Script
Script representation from 4-letter code (ISO-15924):
>>> import babelfish
>>> script = babelfish.Script('Hira')
>>> script
<Script [Hira]>
Country
Country representation from 2-letter code (ISO-3166):
>>> country = babelfish.Country('GB')
>>> country
<Country [GB]>
Built-in country converters (name):
>>> country = babelfish.Country.fromname('United Kingdom')
>>> country
<Country [GB]>
Language
Language representation from 3-letter code (ISO-639-3):
>>> language = babelfish.Language("eng")
>>> language
<Language [en]>
Country-specific language:
>>> language = babelfish.Language('por', 'BR')
>>> language
<Language [pt-BR]>
Language with specific script:
>>> language = babelfish.Language.fromalpha2('sr')
>>> language.script = babelfish.Script('Cyrl')
>>> language
<Language [sr-Cyrl]>
Built-in language converters (alpha2, alpha3b, alpha3t, name, scope, type and opensubtitles):
>>> language = babelfish.Language('por', 'BR')
>>> language.alpha2
'pt'
>>> language.name
'Portuguese'
>>> language.scope
'individual'
>>> language.type
'living'
>>> language.opensubtitles
'pob'
>>> babelfish.Language.fromalpha3b('fre')
<Language [fr]>
License
BabelFish is licensed under the 3-clause BSD license
Copyright (c) 2013, the BabelFish authors and contributors.
Related Skills
node-connect
347.6kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
108.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
347.6kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
347.6kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
