- Install python 3.12.x
- Install required tkinter package using
pip install tkinter
- Method 1: run interface.py using
python .\interface.py
- Method 2:
(for VS Code): run using F5 > Select Python Debuger > Select current file (interface.py)
- select an action from the three bottom radio buttons.\
- optional, you can load a text file using Load File button.
- start typing or modifying the text on the left box to see an updated result on the right.