Using BeautifulSoup and Requests to web scrape data.
This app helps you to find the distance between 2 Airports. E.g. Chennai, Mumbai
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.
- Upload main.py and Web.py
- Import BeautifulSoup, Requests and TTKBootStrap before running.