Skip to content

This is a short collection of scripts that use the Selenium Chrome Driver (Headless Chrome), requests, the Google Maps API, the Google Translate API, and various other packages.

Notifications You must be signed in to change notification settings

niranjannt/personal_python_projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is a short collection of scripts that use the Selenium Chrome Driver (Headless Chrome), requests, the Google Maps API, the Google Translate API, and various other packages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages