Python web3: How to get multiple addresses from a Private key?

Viewed 21

Is it possible for me to get multiple public address using python web3?

I want to create a unique public address for each of my customers from my private key in python web3.

1 Answers
Related