DhanushNehru / Python-Scripts

A curated list of python scripts for automating your tasks
https://dhanushnehru.github.io/Python-Scripts/
MIT License
558 stars 262 forks source link

Organize Files, Rename Files, and Search Text Files #342

Closed max-lopzzz closed 1 month ago

max-lopzzz commented 1 month ago

PR Title

Organize Files, Rename Files, and Search Text Files

Summary

This pull request introduces three Python scripts that enhance the file management capabilities of the repository. The scripts allow users to organize files by their extensions, rename files based on patterns, and search for keywords in text files.

Description

The following scripts have been added to the repository:

  1. FileOrganizer.py: This script organizes files in a specified directory by moving them into subdirectories named after their file extensions.
  2. FileRenamer.py: This utility renames files based on user-defined patterns and a new base name, allowing for batch renaming of files.
  3. FileTextSearch.py: This script searches for specific keywords or phrases in .txt, .docx, and .pdf files within a specified directory and its subdirectories.

The changes are as follows:

Checks

in the repository

in the PR

Thank You,

Max López