tokarkin / country-flag-icons

ISO country flags with licensing information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scraped flags of the world

Since I couldn't find a replete resource of up to date SVG flags of the world with licenses I've scraped Wikipedia and saved them all here.

The script is intact if you'd care to use it. It was a hack so it might be brittle. Should give you a constantly up to date set though.

Licenses have been saved into licenses.csv.

Flags

Installation

  • Set up a virtualenv for development to keep dependencies separate.
  • Install python packages with pip install -r requirements.txt.
  • Install node packages with npm install

Running

  • Get the flags with python-from-virtual get_flags.py.
  • Build the PNG and CSS data urls with grunt.

License

MIT license

About

ISO country flags with licensing information


Languages

Language:HTML 65.4%Language:CSS 27.7%Language:Python 5.1%Language:JavaScript 1.2%Language:Smarty 0.6%