Python cli to easily help clean old folders and free up disk space.
Use py -m trash_collector --help
to see the available commands.
or python3 -m trash_collector --help
if you are using a linux system.
Setup a venv, activate it and install the requirements
py -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Run the tests
py -m pytest tests
py -m pip install --upgrade build
py -m build
pip install .