This is a python command line toolkit that helps to deal with file information extraction.
- Just run
isempty
in terminal, providing folder location and file type (extension):
Usage: isempty [OPTIONS] FILE_DIR
Python command line tool to check empty files.
Example: $ isempty files-directory -t txt
Example: $ cd files-directory
$ isempty . -t txt
Options:
-t, --type TEXT Specify the file type. [required]
--help Show this message and exit.