Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 337 Bytes

File metadata and controls

11 lines (9 loc) · 337 Bytes

Python webpage words counter

This project is dedicated to find in any place webpage without cibersecurity blockers the count of the words of the text of each page.

Description

The code is dedicated to get data from any webpage in order to read the text and count every word.

Libraries

  • Beautiful Soup
  • Counter
  • Sys
  • Urllib