Skip to content

rochacbruno/trivia

Repository files navigation

trivia

codecov CI

Python client for Open trivia Database

Install it from PyPI

pip install trivia

Usage

trivia
# or
python -m trivia

You can pass arguments [amount], [category], [level]

# 15 questions, from category 18, level easy
trivia 15 18 easy

Development

Read the CONTRIBUTING.md file.