A small Python package to create a list of fake users, including several
data as name (full), address, etc
It can generate two type of users/customers:
- Default: basic data, as name, address with postal code, telephone number and country
- Bank: additional to the default type, it includes the average credit, and a number of credit cards
It uses the faker and numpy packages.