Provides a collection of Python utilities for file and directory manipulation.
File Tools is a Python toolset designed to simplify common file system operations. It offers functionalities such as removing directories and their contents, counting the number of PDF files within a directory, retrieving detailed file information, and recursively listing directory contents. This tool aims to provide a convenient and efficient way to manage files and directories within Python scripts.