fscleaner

file system folder cleaner and file remover


Keywords
file, rename, folder, delte, with, types
License
MIT
Install
pip install fscleaner==2.0

Documentation

Automater

cross platform automation pipeline of common task in a os

License

Copyright © 2020 isubham

Licensed under the MIT License (see LICENSE.txt for details).

Installing

To install fscleaner

pip install fscleaner

Requirements

  • Python ≥3.5.3

Quick Examples

parameters

specify location

-p c:\some location (use absolute location)

removes space in file and folder names with _ or trim spaces

-s "" default

removes the specified file types in this sceanario .zip and .VTT

-d .zip .vtt .png

import fscleaner
fs = fscleaner("-s _ -p c:\\ee\ee\\ -d .vtt .zip")
fs.activate()