Collection of high-yield functions intended to simplify and automate specific tasks.


Keywords
automation, python, python-package
License
GPL-3.0
Install
pip install highyield==1.0.4

Documentation

highyield

PyPI License: GPL v3

highyield is a Python package containing a collection of high-yield functions (grouped by modules) intended to simplify and automate specific tasks.

This package requires Python >= 3.8 due to reliance on pandas package.

Install

To install, open the terminal and type in the following.

For Windows and Linux:

pip install highyield

For macOS:

python3 -m pip install highyield

Dependencies

The table below lists the dependencies for each module within this package:

Module Packages
basics os, requests
converter os, pandas, docx2pdf
copy os, shutil, pandas
create os, shutil
imports importlib, pandas
pdf os, pypdf
rename os, re
tts pyttsx3, pandas