Skip to content

Commit 2a7ed7d

Browse files
Update README.md
1 parent fad054f commit 2a7ed7d

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
# Directory-Cleaner
1+
# Directory Cleaner
2+
3+
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.
10+
11+
## Installation
12+
13+
Clone the repository to your local machine:
14+
```bash
15+
https://github.com/Nandhu-Ramesh-07/Directory-Cleaner.git

0 commit comments

Comments
 (0)