Skip to content

pageflt/iso-country-codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages