Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
+
Remove_Wildcards_modifier
|
| 5 |
+
Description
|
| 6 |
+
This tool allows you to modify text files by adding text to the beginning and end of each line. It also removes recursive words from the lines of a text file.
|
| 7 |
+
|
| 8 |
+
Requirements
|
| 9 |
+
Python [3.10.6]
|
| 10 |
+
Gradio [3.32.0]
|
| 11 |
+
Usage Steps
|
| 12 |
+
Select the input file.
|
| 13 |
+
Enter the words you want to remove, separated by commas.
|
| 14 |
+
Specify the save path of the modified file. You can save it with a different name, but remember to include the file extension, e.g., path/filename.txt.
|
| 15 |
+
Click the "Remove Recursive Words" button to perform the removal.
|
| 16 |
+
Contributions
|
| 17 |
+
Contributions are welcome. Feel free to contribute to the project and make it even better. If you find it helpful, you can also support the project by buying me a coffee. Thank you!
|
| 18 |
+
|
| 19 |
+
License
|
| 20 |
+
This project is licensed under the MIT License.
|