|
|
|
|
|
by akavlie
4524 days ago
|
|
Awesome! I needed something just like this a couple of years ago. A couple of comments: - I wanted fake CC numbers and SSNs/other national IDs at the time (don't remember why). I see that Faker is missing those, so they might be useful additions to the library. - Method names should be snake_case rather than camelCase (http://www.python.org/dev/peps/pep-0008/#method-names-and-in...). |
|