Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 527 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 527 Bytes

GUI Substitute File Text

Simple Python GUI app for substitute strings from file. Filter selected by another file.

The result of parsing is the unique lines from the new files, which are not written in the old files.

To run:

pip install tkinterdnd2
python subtextGUI.py

To distribute:

pip install PyInstaller
python -m PyInstaller --onefile --noconsole --collect-all tkinterdnd2 subtextGUI.py

image