Skip to content

High-yield Python functions for simplifying and automating specific tasks.

License

Notifications You must be signed in to change notification settings

kenf1/highyield

Repository files navigation

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 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
pdf Work with pdf files os, pypdf
rename Automate renaming files os, re
tts Text to speech pyttsx3, pandas

About

High-yield Python functions for simplifying and automating specific tasks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages