dputils Documentation

Documentation for dputils

View the Project on GitHub digipodium/dputils

files functions | scraper functions

documentation for dputils

dputils is a python library which can be used to extraxct data from files, pdfs, doc(x) files, as well as save data into these files.

This library can be used to scrape and extract webpage data from websites as well.

Installation Requirements and Instructions

Python versions 3.8 or above should be installed. After that open your terminal: For windows users:

pip install dputils

For Mac/Linux users:

pip3 install dputils

Check out more on library’s page on pypi