This repository contains various python projects build using different libraries and apis.
Here is a breakdown:-
⊛ alert.py This is an alert system made using python to send email and sms to the recipients. SMTP protocol client has been used.
READMEemail.md is the readme file for the given project.
⊛ main.py This is an automated messaging system for Whatsapp made using pywhatkit.
READMEwa.md is the readme file for the given project.
⊛ 1.py
Using Google Text to Speech, text documents are converted to audio files and saved with wav extension.
READMEtxt.md is the corresponding readme file.
⊛ github_profilepic_scrap.py
This scraps the profile picture from the github profile of the user using beautiful soap and requests library.
⊛ weather.py
Using Open Weather api along with requests library the current weather conditions of a given city with it's coordinates and other statistics are figured.