bhargavnova / python-helper-modules

MIT License
7 stars 24 forks source link

#70 Generate sample Documents for testing #80

Closed to-sta closed 8 months ago

to-sta commented 8 months ago

In PR I added the sample_documents_generator folder with the sample_documents_generator.py file. I have tested the functions. I did add venv/ to the .gitignore file, thought it's generally a good idea to exclude it.

I used the faker library to generate fake data. The necessary libraries are saved in the requirements.txt file.

bhargavnova commented 8 months ago

Hi @to-sta, Thank you for your contribution :)