All possible translations, acronyms for a specific country name / country iso
Project description
Project description
country_acronyms
This package was made for everyone who needs to find all possible translations, acronyms for a specific country name / country iso.
Acknowledgements
country_acronyms provides the support for the:
- ISO 3166-1 alpha-2
- ISO 3166-1 alpha-3
Contributions
The code lives in a git repository on GitHub, and issues must be reported in there as well.
Installation
Install country_acronyms by running:
pip install country_acronyms
Usage/Examples
from country_acronyms import get_supported_languages,
get_country_acronyms,
get_country_acronyms_iso,
get_all_country_acronyms
# get available languages
get_supported_languages()
>>> {'afrikaans': 'af', 'albanian': 'sq', ... , 'yoruba': 'yo', 'zulu': 'zu'}
# acronyms for given country name
get_country_acronyms("Austria")
>>> {'af': 'Oostenryk', ... , 'zu': 'E-Austria'}
# acronyms for given country iso
get_country_acronyms_iso("it")
>>> {'af': 'Italië', ... , 'zu': 'Italy'}
# acronyms for given country iso
get_country_acronyms_iso("usa")
>>> {'af': 'Verenigde State', ... , 'zu': 'iziwe Ezihlangene'}
# getting all country acronyms by scraping wiki
get_all_country_acronyms()
>>> {'Abkhazia': ['Abcasia', ... , 'Apxazeti'], , 'Afghanistan': ['Æfganisthanaya', ... , 'l-Afghanistan'], ... }
Credits
This package uses the deep_translator, pycountry and bs4. Big up for those!
License
The project is licensed under the MIT License.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
country_acronyms-0.0.1.tar.gz
(3.5 kB
view hashes)
Built Distribution
Close
Hashes for country_acronyms-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0d5dd578a69c266ca2a79bbea6d3d3e04a73f1fee324d267aea031a70c62618 |
|
MD5 | c55b5dec02369a943d42539109447baa |
|
BLAKE2b-256 | ea676b21f7c8e0024fd23e5eee9cc1bee4d1753ecde2f0e219c8b69756b300f4 |