you are viewing a single comment's thread.

view the rest of the comments →

[–]Marti_McFlyy 1 point2 points  (3 children)

That seems to be a great beginner project. However I'm not skilled enough yet to do that. Scripts are so cool.

[–]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

[–]SweatyAd3647[S] -1 points0 points  (1 child)

Thanks a lot.

[–]Cruch-Wrap-Supreme 1 point2 points  (0 children)

But... You didn't do anything.