A Python script for file organization
Install this library using pip:
pip install folderizerUsage instructions go here.
To contribute to this library, first checkout the code. Then create a new virtual environment:
cd folderizer
python -m venv venv
source venv/bin/activateNow install the dependencies and test dependencies:
pip install -e '.[test]'To run the tests:
pytest