DataGatherer is a lightweight Python tool designed to extract and analyze data from HTML and CSV files. With DataGatherer, you can effortlessly parse data from various sources and gain insights such as mean, average, and other important statistical factors.
- Data Extraction: Easily retrieve data from both HTML and CSV files.
- Statistical Analysis: Compute essential statistics including mean, average, and more for specific data within the files.
- User-Friendly: Simple and intuitive interface for seamless data extraction and analysis.
- Clone the repository with "git clone https://github.com/LuckyLuc96/DataGatherer.git"
- run main.py via "python main.py"
- Python3
- BeautifulSoup: https://beautiful-soup-4.readthedocs.io/en/latest/