pip install nameparser python from nameparser import HumanName name = HumanName("John Doe") python name = HumanName("Dr. John Q. Doe")