Faker
Tutorial here:
https://semaphoreci.com/community/tutorials/generating-fake-data-for-python-unit-tests-with-faker
1 | pip3 install faker # as always |
For me, I think it would be a wonderful tool for generating random words or names or addresses or anything for testing or other purposes. The random module is limited in some way.