Rand-Org-Generator attempts mimic real company structures. The dummy data generated by this project is intended to be used in analytics projects or web projects.
In order to run this project you will need to have UV by Astral installed. Find the installation instructions here
git clone https://github.com/RaphCodec/rand-org-generator.git
cd rand-org-generator
uv run main.py
By default this will generate a hierarchy of 5,000 people. In order to geneate more of less people passa new number to the size paramater of the make_org function.
org = make_org(size= 3_000)
Rand-Org-Generator is released under the MIT license. For details, see the License file.