Here is the library in question https://github.com/1200wd/bitcoinlib.
When I try to create an address using the same keywords for example
abs=a.from_passphrase('average title retreat fox hundred wife figure disease dry admit choice volcano')
(example list) I think I understand that it uses bip44 to generate a WIF and Address but when I check the address using Ian Coles Mnemonic Code Converter https://iancoleman.io/bip39/ it gives a different address than the one given from bitcoinlib.
Are they each using different methods to create an address? Is there way I can get bitcoinlib to spit out the same address from a mnemoic word list as in Ian Cole's converter.