1
0
Fork
You've already forked compare_emails
0
No description
  • Python 100%
efef 52139e5e64 allow txt files with username next to email
In this updated script, the read_emails function uses a regular expression to extract email addresses from lines that may contain additional information (such as names). This ensures the script can handle entries in the format name <email>. The rest of the script remains unchanged and will compare the sets of email addresses as before.
2025年03月10日 15:02:26 +00:00
compare_emails.py allow txt files with username next to email 2025年03月10日 15:02:26 +00:00
README.md origin added 2025年02月26日 09:28:36 +00:00

How to run

Have two .txt files with emailadresses

./compare_emails.py list1.txt list2.txt Comparison between 'list1.txt' and 'list2.txt':

This script was created by openAI (chatgpt)