Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 824 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 824 Bytes

Touhoudex Parser

A Touhoudex Parser for Touhou Puppet Play written in Python 3.

View the Generated Touhoudex JSON files in the Dex Branch!

This repo is used in my Touhou Discord Bot to provide Trading Card Functionality!

Features

Setup

To install requirements, you can install directly from the requirements.txt file

Linux

pip3 install -r requirements.txt

Windows

python -m pip install -r requirements.txt

Usage

The Application can be started by running the TouhouCardsParser.py file in your preferred version of Python 3