Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 442 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 442 Bytes

SoupOnTheWay

Using BeautifulSoup and Requests to web scrape data.

Usage

This app helps you to find the distance between 2 Airports. E.g. Chennai, Mumbai

How it works:

This program scrapes data (airport code of an airport) from a website (for both websites), and creates a URL of a website which finds the distance.

How to use:

  • Upload main.py and Web.py
  • Import BeautifulSoup, Requests and TTKBootStrap before running.