https://github.com/randomgamingdev/autotextedit
A program that automates the text editing process
https://github.com/randomgamingdev/autotextedit
automation delete editor edittext python replace replace-text script small text
Last synced: 3 months ago
JSON representation
A program that automates the text editing process
- Host: GitHub
- URL: https://github.com/randomgamingdev/autotextedit
- Owner: RandomGamingDev
- License: mit
- Created: 2022-03-30T03:34:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T17:41:51.000Z (over 1 year ago)
- Last Synced: 2024-01-21T18:39:32.957Z (over 1 year ago)
- Topics: automation, delete, editor, edittext, python, replace, replace-text, script, small, text
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# AutoTextEdit
This is an automatic text editor that can automate a lot of the edits that you may have to do
You can configure it by going into the edit.json file
All strings in the remove list are removed from the text file, while all lists in the edit list will have the 1st item in the list replaced with the 2nd inside of the text
This can help you to automate a lot of things that would've otherwise had to have been done by hand, and can thus help to remove things like 0 width spaces
As you can see there is already an example in the files, for which you can clear the text files and for the json, everything in the listsNote: Things that are on the first line are marked as on the 0th line and things that are on the second as the 1st line and so on as this is how the numbering of lists work in programming. If you dislike this you can always change this yourself by adding 1 to i in the print functions.