Skip to content

izzatmammadzada/WordExtarctor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Web Word Extractor

A simple command-line tool to extract and count the most frequent words from a given webpage. The tool uses BeautifulSoup for HTML parsing and regular expressions to find words within the text.

Features

  • Fetches HTML content from a given URL.
  • Extracts words and counts their frequency.
  • Supports filtering words by minimum length.
  • Outputs the top N words and saves them to a file if desired.

Requirements

This project requires the following Python packages, specified in the requirements.txt file:

  • beautifulsoup4==4.12.3
  • click==8.1.7

You can install the required packages using pip:

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages