Simply python tool to change or replace the text string in the files. This tool pretty nice for programmers if somehow they want to replace/change their codes for any files, eg: function, class, variable, etc for recursive files or not.
Installation
Install from PyPI:
$ pip install changewords
Usage
usage: changewords.py [-h] [-p PATH] [-ft FILE_TYPE] [-fs FROM_STRING]
[-ts TO_STRING]
Python tool to change or replace the strings in files.
optional arguments:
-h, --help show this help message and exit
-p PATH, --path PATH the file type you are looking for. eg: '.py', '.txt'
by default is current path/folder.
-ft FILE_TYPE, --file_type FILE_TYPE
file type you are looking for, eg: '.py', '.txt'
-fs FROM_STRING, --from_string FROM_STRING
the string to change/replace
-ts TO_STRING, --to_string TO_STRING
the string replacement
Example
$ changewords -p=changewords_test -ft=.py -fs=helloworld -ts=mantabjiwa # or $ changewords --path=changewords_test --file_type=.py --from_string=helloworld --to_string=mantabjiwa
Running tests
To run the test use:
$ python tests.py
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
changewords-1.0.2.tar.gz
(3.8 kB
view details)
File details
Details for the file changewords-1.0.2.tar.gz.
File metadata
- Download URL: changewords-1.0.2.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
Python-urllib/3.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61e442e1b8a2ee740add4234c5e0b5c0bf0ee99cf780748d491c2ea4fac77835
|
|
| MD5 |
66bd4341abe7feb5a5a7afb7c36e6eee
|
|
| BLAKE2b-256 |
37cb0d1410341db9fa34d6b58810cda45ff019ae73d0523b28de47a2ee85cdfb
|