Skip to content

Instantly share code, notes, and snippets.

View zicowarn's full-sized avatar
🎯
Focusing

Barbossa zicowarn

🎯
Focusing
View GitHub Profile
@zicowarn
zicowarn / paradox.py
Last active June 25, 2019 06:05 — forked from BertrandBordage/paradox.py
Python Paradox database reader
# coding: utf-8
"""
Converts Paradox databases to Python objects or CSV.
You don't need any dependency (except Python) to make this module work.
This module is incomplete but reads most Paradox `.DB` files.
If this module is not fast or complete enough for you, consider using pxview.
"""