Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 270 Bytes

File metadata and controls

9 lines (6 loc) · 270 Bytes

Fake-Inventory-Data-Generator

Use this script to generate some fake json data.

To run it :

  • pip3 install faker pytz

  • python3 fake_inventory_replenishment_data.py -n 10000 > inventory_data.json

  • python3 fake_websale_data_generator.py -n 10000 > websale_data.json