Skip to content

Instantly share code, notes, and snippets.

View fengdai's full-sized avatar

Feng Dai fengdai

  • Hangzhou, China
View GitHub Profile
@fengdai
fengdai / currencycode.py
Last active October 27, 2016 03:21
currencycode.proto file generator.
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# http://www.iso.org/iso/home/standards/currency_codes.htm
# http://www.currency-iso.org/dam/downloads/lists/list_one.xml
import requests
import xml.dom.minidom
def fetch_ISO_4217_XML_Str():