Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Trivia CLI

A simple open-source Python script that fetches trivia questions from the Open Trivia Database API.

Usage

python trivia.py -n 5

Features

  • Fetches random trivia questions
  • Keeps score
  • Runs fully in the terminal

Requirements

Python 3.x (no external libraries)