/speciessguessr

A game for learning the names of species

Primary LanguagePythonMIT LicenseMIT

SpeciesGuessr

Welcome to SpeciesGuessr, a game for learning the names of species.

There are 3 game modes:

  • Easy: Choose from 4 randomly selected species
  • Medium: Choose from 4 similar species
  • Difficult : Write the exact name of the species

Installation

Windows

Download and run the .exe file in the releases

Linux / MacOs

Download this repo and run the following commands :

pip install pyinaturalist igraph Pillow PySimpleGUI
python setup.py install

And

python gui.py

Credits

The photo are taken from : iNaturalist

The software uses the awesome pyinaturalist API