REEKRAJROY / mini-projects-using-python

This repo contains a webscrapping project, automated message sending over whatsapp, text to speech generation, featching weather, amongst other projects. SMTP protocol client, beautiful soap, open weather api, pywhatkit amongst others were used. Made completely using python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mini-projects-using-python

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.

About

This repo contains a webscrapping project, automated message sending over whatsapp, text to speech generation, featching weather, amongst other projects. SMTP protocol client, beautiful soap, open weather api, pywhatkit amongst others were used. Made completely using python.


Languages

Language:Jupyter Notebook 98.1%Language:Python 1.9%