Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 374 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 374 Bytes

A Python program to generate a graph between mean frequency of keyword vs result number.

To plot graph ten random keywords are searched on google search . First ten results are copied on separate text file each. For each keyword frequency is calculated for each result(10). Then mean is taken for respective pages of all keywords and bar graph is plotted using matplotlib.