You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple Python script to clean directories by removing files based on file type or removing entire folders. This tool is useful for managing your file system by automating cleanup tasks.
4
+
5
+
## Features
6
+
-**Delete files by extension**: Specify the file extension (e.g., `pdf`, `txt`) and remove all files of that type.
7
+
-**Delete entire directory contents**: Use the `entire` option to delete all files and folders within the specified directory.
8
+
-**Logging**: All actions are logged in `deletion_log.txt`.
9
+
-**Confirmation**: A prompt appears before any deletion to ensure that the user intends to delete the files.
0 commit comments