To keep my API keys safe; to use this scraper you will need to create a ParseHub account and scrape your own stastics from https://www.worldometers.info/coronavirus/
This scraper uses your microphone and the use of key words to trigger commands and pull statistics.
"total" and "cases" = Total cases worldwide."total" and "deaths" = Total deaths worldwide.
"total" and "recovered" = Total recovered worldwide.
And adding your country of choice into the sentance will provide country specific stats.
Saying "update" will update the current statistics.
Saying "stop" will shut the webscaper down.
You will need the following python libraries;
PyAudio
SpeechRecognition
pyttsx3
pywin32
requests