Skip to content

A suite of tools to help managing a solo tabletop roleplay campaign.

Notifications You must be signed in to change notification settings

rmariotti/SoloRPGTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SoloRPGTools

1. Installation

2. Usage

Run the following command inside the folder where you want to place your game notebook:

solorpgtools --new-game

This will create a configuration file in the current folder, called game.xml

Create a new Jupyter Notebook, if SoloRPGTools was installed using venv remember to set the default python interpreter for the notebook accordingly.

Inside the notebook copy the following lines in the first python cell:

from game.game_manager import GameManager

game = GameManager('./game.xml')

About

A suite of tools to help managing a solo tabletop roleplay campaign.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published