This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
OlderNewer