Directory Cleaner is a Python tool to automate directory cleanup. Users can delete specific file types (e.g., .pdf, .txt) or remove all contents (files and subfolders) of a directory. The tool prompts for confirmation before deletion and logs all actions to a deletion_log.txt file. It's a simple and efficient solution for managing file systems.
-
Updated
Dec 14, 2024 - Python