joke2k / faker

Faker is a Python package that generates fake data for you.
https://faker.readthedocs.io
MIT License
17.8k stars 1.93k forks source link

Asking about new features for Mathematics Related #2136

Open RanaUniverse opened 2 weeks ago

RanaUniverse commented 2 weeks ago

Brief summary of the issue goes here.

Hello Everyone i am just a python learning man. i just working with Faker to generate some random words, But i am missing a features, suppose i want to generate some words related to Mathematics like, sum, add, multiply, percentage, average...

some of these words are very very useful, so i wish in this standard Faker library if you can add a new somehtings so that if we call fake.mathematics or like this type of things it will generate Math related data maybe for algebarra, geometry, calculus some words need to be there so that it will easy to do just by install the faker library in our module, image

Maybe you will say to use Ext_Word and pass the words as a list which are related to Mathematics, but i am saying about if this will done by faker library then it would more helpful. What do you suggest for this???

I have searched online and find these some article to get the words related to math:

https://capitalizemytitle.com/words-related-to-math/ https://www.collinsdictionary.com/word-lists/mathematics-mathematical-terms

or maybe in future you we can add subjective related words so that students of school and colleges will get more familiar to this library as when they will learn python.

I am not saying we must need thsi, but i am just asking for this new idea... Pls say about your opinion, i dont know much more about python so for a low level how i should help you to achieve this?

stefan6419846 commented 2 weeks ago

This sounds like something which should probably be part of a community provider.

RanaUniverse commented 2 weeks ago

what do you means i am asking to add this in faker because if i use list to pass those, i will not get .seed()