Skip to content

Instantly share code, notes, and snippets.

View koalaGreener's full-sized avatar
💭
I may be slow to respond.

Weijie Huang koalaGreener

💭
I may be slow to respond.
View GitHub Profile
@matthewbelisle-wf
matthewbelisle-wf / main.py
Created November 29, 2012 20:27
Sample script to convert an xml file into a csv file
#!/usr/bin/env python3
"""
Sample script to convert an xml file into a csv file.
Dependencies:
http://pypi.python.org/pypi/beautifulsoup4
http://pypi.python.org/pypi/lxml
"""