lsframe is an open-source Python package for mapping directories and correlating specific language patterns in file and folder names with each other and with outputs of user-supplied functions.
- Create DataFrames that are maps of directories
- Organize DataFrames using dates and language in file and folder names
- Find possible dates in arbitrarily formatted file and folder names
- Construct DataFrames from a function that processes files and folders
- Visualize correlations between dates or language and function outputs
- Python 3.6 or Later
- pandas, numpy, python-dateutil, seaborn
Install the required packages using pip:
pip install pandas numpy python-dateutil seaborn
Install lsframe using pip:
pip install lsframe
- Online documentation: https://thcasey3.github.io/lsframe/
- Clone the git repository from https://github.com/thcasey3/lsframe/tree/development