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

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

Notifications You must be signed in to change notification settings

prostraction/GUI-SubTextFromFile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages