Python program to check for spam
This python program checks if a given sentence is a spam from given keywords file.
- Enter your spam keywords in the
keywords.txt
file - Enter the sentence while calling the function
- Run the file
python main.py
A spam checker is a tool that detects spammy words, like an anti-spam filter would.
Python