Metadata-Version: 2.3
Name: tablequiz
Version: 0.1.2
Summary: Tool for running table quizes
Project-URL: Homepage, https://github.com/micktwomey/tablequiz
Project-URL: Repository, https://github.com/micktwomey/tablequiz.git
Project-URL: Changelog, https://github.com/micktwomey/tablequiz/blob/main/CHANGELOG.md
Requires-Python: >=3.12
Requires-Dist: jinja2>=3.1.4
Requires-Dist: pydantic>=2.10.1
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: rich>=13.9.4
Requires-Dist: starlette>=0.41.3
Requires-Dist: typer>=0.13.1
Requires-Dist: uvicorn[standard]>=0.32.1
Requires-Dist: watchfiles>=1.0.0
Description-Content-Type: text/markdown

# Table Quiz Master

Run table quizes using Python and Reveal.js.

Put your questions and answers into a `quiz.yaml` and use `tablequiz serve quiz.yaml` to run a server with all the questions, answers and other slides you specify ready to go.

# Basic Use

If you want to run directly without installing you can use `pipx` or `uvx`:

- For pipx: `pipx run tablequiz serve quiz.yaml`
- For uvx: `uvx tablequiz serve quiz.yaml`

Otherwise you can install `tablequiz` as a dependency.
