Home » python project

python project

Desktop app in Python for checking covid19 vaccine availability

desktop app- vaccine availability tracker

Learn to create a Desktop app in Python to check any available slot in your location (based on the Pincode) on a given date. A step-by-step method to build the app and learn a lot of things on the way. you will learn Tkinter along the way as it is pretty easy. GUI components that are present in this application are Label, Entry box, Button, Textbox, Radio button, Checkbox and Frame

Desktop app in Python for checking covid19 vaccine availability Read More »

Python bot to track vaccine slot and send notification on Telegram

Automate telegram with Python

Python script to fetch the data from the cowin portal using REST API, and if it finds any available slot then immediately trigger a customized message on the Telegram. This way, you will be worry-free from always visiting the cowin portal and perform a search to find the slot on a specific day at a certain Pincode. working code

Python bot to track vaccine slot and send notification on Telegram Read More »

Python projects – Hottest and coldest place on earth

hottest_coldest_earth_python

In this project, you will learn to fetch the temperature data of all the places available at timeanddate website. This website regularly updates the temperature obtained from all the place on the Earth. In this project we have used selenium webdriver for chrome to fetch the data available at timeanddate website. When you browse the website, you will

Python projects – Hottest and coldest place on earth Read More »

Python project – weather info via API

weather api python

In this Python project, you will learn to write a python app that will collect weather information such as current temperature, pressure, humidity, wind speed, weather description and many others, of any place on the earth, using OpenWeatherMap API. This project is going to be very short and simple. You need to invest 30 min to understand everything. You can find

Python project – weather info via API Read More »

Python projects – COVID19 news and stats

covid19 coronavirus python

The entire world is fighting against the very recently began Pandemic, which is COVID-19 or Coronavirus. Every day we hear about the effect of this threat as well as various statistics from the internet. In this Python code, I have put all the effort to scrapes data from the world’s top trusted sources such as WHO (World Health Organization), John-Hopkins and Indian Government.

Python projects – COVID19 news and stats Read More »

Python project – News headline in email

news scraping with python

Have you heard of Google News, which collects the news headlines from the various trusted sources? Google uses a Machine Learning algorithm to capture various instances from a pool of resources. Before I start, let me make you clear that the project that is being discussed here is not a Machine Learning technique. In this web scraping with Python code

Python project – News headline in email Read More »

Python project – price compare eCommerce

price compare python

In this Web scraping with Python project, the script searches for a specified product via URL (weblink) and find out the price at that moment. This is particularly useful when you want to monitor the price of the specific item (or items) from multiple eCommerce platforms. Here, in this program, we have targeted three major eCommerce website (Flipkart

Python project – price compare eCommerce Read More »

Python project – realtime stock price

python web scraping stock price

This project describes a Python code, which fetches the current stock price for multiple listed companies. This script first reads the excel sheet to get the list of all companies for which CMP (Current Market Price) has to be calculated and then fire up the browser to open a website which has this information. The automation script enters the name of each stock, one by one,

Python project – realtime stock price Read More »