Skip to content

Python Script designed to remove bulk files with same name

Notifications You must be signed in to change notification settings

alexmczz/bulkFileRemover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Bulk Directory Deletion Tool

This is a command-line tool to delete multiple folders with names starting with a given string. The tool is written in Python and uses the built-in os library to remove the folders.

Getting Started

To use the Bulk Directory Deletion Tool, clone the repository and navigate to the project directory:

Usage

To use the tool, run the bulkRemoveFiles.py script with Python:

The script will prompt you to enter the string that your folders start with:

Enter the string and press Enter. The script will confirm the string with you and ask you to press Enter to proceed or type "n" to cancel the operation. If you want to exit the script, type "Exit" and press Enter.

The script will remove all folders in the current directory whose names start with the string you entered. The script will print a message for each folder that it removes.

Contributing

Contributions to the Bulk Directory Deletion Tool are welcome! If you find a bug or have a feature request, please open an issue on the GitHub repository. If you want to contribute code, please fork the repository and submit a pull request.

License

The Bulk Directory Deletion Tool is released under the MIT license. See the LICENSE file for more details.

About

Python Script designed to remove bulk files with same name

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages