Skip to content

jukujala/tts-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python utilities for Tabletop Simulator (TTS)

This repo has Python utilities to help create games to TTS. Now this repo includes just exporting images of a card game to TTS deck template. You need to import the deck template to a TTS game: documentation.

Install

pip install git+https://github.com/jukujala/tts-utils

How: generate TTS deck template

python -m tts_utils.create_tts_deck \
    --input <input path> \
    --back <card back image> \
    --output <output path>
  • <input path> has card images in separate files.
  • <card back image> is a single file.

Example with test data included in this repository:

python -m tts_utils.create_tts_deck \
    --input tests/data/card_images \
    --back tests/data/card_back.png \
    --output tests/data/deck_templates/

About

Python utilities for Table Top Simulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages