Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.9 KB

File metadata and controls

36 lines (29 loc) · 1.9 KB

Web Scraping Python Projects

This repository contains a collection of Python scripts for web scraping, data retrieval, and utility calculations. Each script demonstrates practical applications of Python libraries for extracting, processing, and analyzing data from various sources.


Projects Overview

Script Name Description
area of circle.py Calculates the area of a circle given its radius.
area of triangle.py Computes the area of a triangle using base and height.
contour.py Demonstrates contour plotting using data visualization techniques.
distance formula.py Calculates the distance between two points in 2D space.
drivingdirections.py Retrieves driving directions between locations using Google Maps data.
eta calculator google maps.py Estimates travel time between locations via Google Maps API.
flightstatustracker.py Tracks flight status information from airline sources.
google translate.py Uses Google Translate to convert text between languages.
interest calculator.py Computes simple and compound interest for given inputs.
magic8ball.py A Python simulation of the Magic 8-Ball toy for random predictions.
nbaplayer.py Retrieves NBA player statistics from web sources.
numbers.py Performs general numerical calculations.
points and filled area.py Calculates areas and points for geometric shapes.
reverse name.py Reverses strings such as names or text inputs.
seconds to miles converter.py Converts time or speed values into miles.
triangle sides calculator.py Computes unknown sides of triangles using given formulas.
volume of sphere.py Calculates the volume of a sphere given its radius.

Requirements

  • Python 3.7 or higher
  • Common Python libraries:
pip install selenium requests beautifulsoup4 googletrans pandas matplotlib