shamiksharma / email-checker

Checks if an email "fuzzy"-matches the first and lastname.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is it ?

A simple Python app that can take an email and a name and returns a confidence score that they are similar.

This is useful when you want to determine which emails are more likely to be fake email addresses.

Usage

% python match.py shamik.sharma123@gmail.com "shamik sharma"

About

Checks if an email "fuzzy"-matches the first and lastname.


Languages

Language:Python 100.0%