A Python library to make 5e Dungeons & Dragons characters for use in another app. Characters are serializable into Python dicts so they can be saved and loaded however you wish. SRD rules are fetched ...
├── Backend (FastAPI) │ ├── /random-character - Returns random character data │ ├── CORS middleware for frontend integration │ └── External API integration with Rick and Morty API ├── Frontend (React ...