lundquist-ecology-lab / wikipedia_game

Wordle-like game testing knowledge of historical figures from snippets of their Wikipedia page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test code for Wikipedia game

Setup:

pip install nicegui
pip install wikipedia
pip install random
pip install nltk
pip install re

To run, use this command:

python3 main.py

The NiceGUI server will host on http://localhost:8080

It should look something like this:

image

The answer is Emmanuel Macron

About

Wordle-like game testing knowledge of historical figures from snippets of their Wikipedia page


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%