Skip to content

cehstephen/allcountries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

allcountries

This is simple package to help make country names and country code available in your application.

Installation/Usage

To install use pip:

::
     $ pip install allcountries

or

    ::
    
        $ easy_install allcountries

Documentation

After installation: simply import and use the countries list or dictionary like:

     ::
            from countries import all_countries

A dictionary of country abbriviations and country names

     ::
            my_countries = all_countries.all_country_names_and_code

or

A List of country names

     ::
            my_countries = all_countries.all_country_names

Extra Info

    | See http://www.pip-installer.org/en/latest/index.html for instructions
    | on installing pip. If you are on a system with easy\_install but not
    | pip, you can use easy\_install instead. If you’re not using
      virtualenv,
    | you may have to prefix those commands with ``sudo``. You can learn
      more
    | about virtualenv at http://www.virtualenv.org/

Downloads

Downloads

Downloads

About

This is simple package to help make country names and country code available in your application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages