Program takes client email and country name. Sends covid-19 statistic mail for selected country from an email which is embedded in the code to client email. You can change them manually in Email.py .
For sender and reciever email, you must activate "Acces for less secure apps" selection from gmail settings
https://www.google.com/settings/security/lesssecureapps
Reference : https://stackoverflow.com/a/27515883
Reference/Stats : https://www.worldometers.info/coronavirus/
pip install requests-2.25.1
pip install lxml-4.6.2
pip install pandas-1.2.2