Skip to content

Word Swapper is a Python script designed to replace a specific word in all the files within a specified directory.

License

Notifications You must be signed in to change notification settings

0xKingsman/Word-Swapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Word Swapper

Word Swapper is a Python script designed to replace a specific word in all the files within a specified directory.

Usage

  1. Clone the repository:

    git clone https://github.com/0xKingsman/Word-Swapper.git
    cd Word-Swapper
    
  2. Run the script:

    python word_swapper.py
    
  3. Wolah! The specified word in all your files in the given directory is replaced with the new word.

Configuration

Edit the following variables in word_swapper.py to customize the word replacement:

  1. Change "C:/Users/admin/Desktop/" to your directory
  2. search_text = "Kingsman" # specify the word to be replaced
  3. replace_text = "NewWord" # specify the replacement word

Author

Buy Author A Coffee Hehe

BTC: bc1qmdrd7vlq99v9vdr9a9lzxaxkthyjdh8y3czl55
LTC: LKzUMUPo5VQSYgghqH7hWqShzN1hS8PcUr
ETH: 0x55E0FD0619Cf4Aa0052E817D078887655D9E4EaD
TRX: TJoVX5iiQAfVsFCJfMUPBgWLyUYbaydRdq
DOGE: DHzPGfUYqP5UV36wCuDqimEZZEQt44kYmk

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

Feel free to contribute by submitting issues or pull requests.

Contact

If you have any questions, feel free to reach out to the project owner:

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.

About

Word Swapper is a Python script designed to replace a specific word in all the files within a specified directory.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages