This is a simple pattern-based file deletion program that provides an efficient way to clean up files in a specified directory based on a user-defined naming pattern.
- OS - a library that provides a way of using operating system-dependent functionality.
- Glob - a library used for finding all the pathnames matching a specified pattern in a directory.
1. Clone this repository
Paste this command on your terminal:
git clone https://github.com/m3mentomor1/Pattern-Based-File-Remover.git
2. Go to the repository's main directory
Paste this command on your terminal:
cd Pattern-Based-File-Remover