- Sai Murali( 19pa1a0518 )
- Sai Kumar( 18pa1a05e3 )
- This Chatbot is used for knowing Covid-19 statistics across the world and States present in India and neccesary precautions for it.
- You can know information about number of people who are infected and number of people who are recovered and many more useful statistics.
At the beggining our chatbot greets the user and asks for username.
After that the bot prints the welcome message for the user .
Then the bot displays some operations which it can perform.
After that the bot asks the user for what operation it has to perform (like knowing no.of recovered cases in India and Total no.of cases in USA...).
The main Aim of our chatbot is to provide covid-19 statistics for all people who use it and necesary precautions for it.
pip install requests
requests We can send HTTP requests easily from this module to API's.
pip install datetime
datetime We can find current date and time using this.
##Flow chart