pageflt / iso-country-codes

Python dictionary of 2-digit country codes (ISO 3166-1 alpha-2)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iso-country-codes

About

This is a Python dictionary of ISO 3166-1 alpha-2 codes and their corresponding country names, as per official ISO site's data in July 2015.

Usage

>>> from iso_country_codes import CC
>>> len(CC)
249
>>> CC["GR"]
'GREECE'

About

Python dictionary of 2-digit country codes (ISO 3166-1 alpha-2)

License:MIT License


Languages

Language:Python 100.0%