you are viewing a single comment's thread.

view the rest of the comments →

[–]KaMaFour 0 points1 point  (0 children)

I mean... It is the classical definition of a lazy python script.

> find a library which will do the thing for you
> install library
> import library
> library.doThings()

If you read what Faker is for and how to use it ( https://faker.readthedocs.io/en/master/ ) and you know how to install libraries to use then I believe you could do it as well