Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linssen/country-flag-icons
ISO country flags with licensing information
https://github.com/linssen/country-flag-icons
Last synced: 4 days ago
JSON representation
ISO country flags with licensing information
- Host: GitHub
- URL: https://github.com/linssen/country-flag-icons
- Owner: linssen
- Created: 2014-01-29T14:01:25.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T21:47:26.000Z (11 months ago)
- Last Synced: 2024-08-01T20:48:11.202Z (3 months ago)
- Language: Python
- Size: 12 MB
- Stars: 85
- Watchers: 5
- Forks: 115
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: licenses.csv
Awesome Lists containing this project
README
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`.
I've made no political decisions here - the country names, flags etc. are all
taken directly from the Wiki. Any changes should be made upstream therein.![Flags](https://f.cloud.github.com/assets/67624/2029987/bf976a36-88ef-11e3-81bf-cbd1bb6966a9.png)
Installation
------------------------------------------------------------------------------* Set up a [`virtualenv`](venv) for development to keep dependencies separate.
* Install python packages with `pip install -r requirements.txt`.Running
------------------------------------------------------------------------------* Get the flags with `python-from-virtual get_flags.py
License
------------------------------------------------------------------------------
[MIT license](http://en.wikipedia.org/wiki/MIT_License)