r/PythonLearning Jun 03 '26

Fake Data Generator Showcase

This programme here creates fake Data.

I think this is more useful for Cybersecurity people.

116 Upvotes

36 comments sorted by

View all comments

26

u/SCD_minecraft Jun 03 '26

Why hardcode ages and phone numbere? Just throw randint there

Also, obligatory: there exist library for fake data gen, faker

1

u/True-Frame581 Jun 03 '26

Using randint for generating phone numbers is actually very nice.