bhargavnova / python-helper-modules

MIT License
9 stars 24 forks source link

Generate Sample Documents for Testing #70

Closed bhargavnova closed 11 months ago

bhargavnova commented 11 months ago

Objective:

Develop a Python script that can generate various types of sample documents for testing purposes, and also can be of different sizes.

Features:

Example Usage:

# Example usage of the sample document generator script
import sample_doc_generator

# Generate a sample text document
sample_doc_generator.generate_text_document("sample.txt")

# Generate a sample CSV document
sample_doc_generator.generate_csv("sample.csv")

# Generate a sample JSON document
sample_doc_generator.generate_json("sample.json")

# Generate a sample XML document
sample_doc_generator.generate_xml("sample.xml")

Difficulty: Beginner/Intermediate

Tags: Python, Document Generation, Testing

Additional Information:

Contribution Guidelines

The updated guidelines can be found here.

Note:

to-sta commented 11 months ago

I am interested to work on this issue 😄

bhargavnova commented 11 months ago

Sure @to-sta , Thanks for picking this up!