Skip to content

Instantly share code, notes, and snippets.

@lw
lw / get_flags.py
Last active July 11, 2022 21:18
Python script to get country flags from Wikipedia
#!/usr/bin/env python3
# Copyright 2013 Luca Wehrstedt
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# 1. Redistributions of source code must retain the above copyright notice, this
# list of conditions and the following disclaimer.
#