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.
To install, open the terminal and type in the following.
For Windows and Linux:
pip install highyield
For macOS:
python3 -m pip install highyield
The table below lists the dependencies for each module within this package:
Module | Module description | Dependencies |
---|---|---|
basics | Automation tasks | os, requests |
converter | Convert from 1 file format to another | os, pandas, docx2pdf |
copy | Copy & paste local files | os, shutil, pandas |
create | Create folder(s) + structure from template | os, shutil |
ds | Data Science | seaborn |
imports | Import packaged files | importlib, pandas |
Work with pdf files | os, pypdf | |
rename | Automate renaming files | os, re |
tts | Text to speech | pyttsx3, pandas |