17 lines
575 B
Markdown
17 lines
575 B
Markdown
# Texttools Dot Tcl
|
|
|
|
Recently I read Hillel Wayne's article about [his texttools.py implementation](texttools.py).
|
|
|
|
I also looked into [Tcl] a bit.
|
|
So what better way than to combine these too and port his Python implementation (which was already using Tk) to Tcl (and Wish).
|
|
The functionality is simple:
|
|
Paste text in the top box, choose a transform, output appears in the bottom box.
|
|
|
|
![Screenshot of the application running](texttools.png)
|
|
|
|
[tcl]: https://www.tcl.tk/
|
|
[texttools.py]: https://buttondown.com/hillelwayne/archive/texttools-dot-py/
|
|
|
|
## License
|
|
|
|
[MIT](LICENSE) |