Word Swapper is a Python script designed to replace a specific word in all the files within a specified directory.
-
Clone the repository:
git clone https://github.com/0xKingsman/Word-Swapper.git cd Word-Swapper
-
Run the script:
python word_swapper.py
-
Wolah! The specified word in all your files in the given directory is replaced with the new word.
Edit the following variables in word_swapper.py
to customize the word replacement:
- Change "C:/Users/admin/Desktop/" to your directory
- search_text = "Kingsman" # specify the word to be replaced
- replace_text = "NewWord" # specify the replacement word
Buy Author A Coffee Hehe
BTC: bc1qmdrd7vlq99v9vdr9a9lzxaxkthyjdh8y3czl55
LTC: LKzUMUPo5VQSYgghqH7hWqShzN1hS8PcUr
ETH: 0x55E0FD0619Cf4Aa0052E817D078887655D9E4EaD
TRX: TJoVX5iiQAfVsFCJfMUPBgWLyUYbaydRdq
DOGE: DHzPGfUYqP5UV36wCuDqimEZZEQt44kYmk
This project is licensed under the MIT License - see the LICENSE file for details.
Feel free to contribute by submitting issues or pull requests.
If you have any questions, feel free to reach out to the project owner:
- GitHub: Kingsman
Happy coding!
Make sure to update the search_text
and replace_text
variables in the code snippet according to your project's specific needs. Additionally, provide information about how others can contribute, and feel free to add any additional sections that might be relevant for your project.