Skip to main content

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.7.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

country_acronyms-0.0.7-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page