I made this one late night for my sister to help her study for an ornithology test. Pulls MP3s from www.allaboutbirds.org to create a randomized, interactive quiz.
##Usage
pip install -r requirements.txt
- Populate birdlist.yaml as demonstrated with a list of birds separated into categories
- Run squawk.py with Python 3.
##Dependencies
- PyYAML >=3.12
- Requests >=2.13.0
- mpg123 installed on your system