Skip to content

Instantly share code, notes, and snippets.

View rdmarsh's full-sized avatar

David Marsh rdmarsh

View GitHub Profile
@ivellios
ivellios / dtrpg_convert.py
Last active November 4, 2022 17:53
Simple script to convert DriveThruRPG library data into CSV
import csv
import json
import sys
# This is simple converter for DriveThruRPG JSON data
# from library into CSV file, so you can manage your
# library
# How to use
# 1. Go to DriveThruRPG site and login