Content Search is a Python script that helps you search for specific content within text files in a directory.
P.S: just a quick project of mine
Clone this repository and navigate to the project directory
git clone https://github.com/Shineurysm/ContentSearcher.git
cd ContentSearcher
1. Run the script using the following command:
> py content_search.py
2. Follow the prompts to input the search directory and the content to search for
- Python >= 3.6
If you find this project useful, consider giving it a ⭐️ and share it with your friends!
- Github: Shineurysm