4w4k3 / KnockMail

Verify if email exists
BSD 3-Clause "New" or "Revised" License
352 stars 71 forks source link

Python3 Port #5

Closed heywoodlh closed 2 years ago

heywoodlh commented 6 years ago

Changes:

  1. I rewrote the program to use Python3 instead of Python2.
  2. Fixed certain grammatical errors in the Readme, main program and of 'requirements.txt'.
  3. Rewrote the program to use argparse so that an interactive menu is not required, although it still can be used. That way the user can supply arguments vs going through the interactive menu.