Skip to content

Provides an API for generating customizable random objects and data structures. It's a useful tool for developers who need to generate test data or explore various data formats.

Notifications You must be signed in to change notification settings

ikaadil/random-object-generator-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

random-object-generator-api

Features

  • Build a file of 2 MB which contains random objects
  • Generate a report that shows the counts of different type objects in the file

Installation

It requires Python3 to run. Install the dependencies

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Then run app.py

After that open browser and write http://localhost:5000/

About

Provides an API for generating customizable random objects and data structures. It's a useful tool for developers who need to generate test data or explore various data formats.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published