Generate randomized emails for your catchall address.
pip install git+https://github.com/joelcloud/catchall-generator
from catchall_generator import Catchall
catchall = Catchall('@mycatchall.com')
>>> catchall.generate()
'[email protected]'
>>> catchall.generate_male()
'[email protected]'
>>> catchall.generate_female()
'[email protected]'