python-scripts/scripts/Fake Data Generator/readme.md

15 lines
264 B
Markdown
Raw Normal View History

2022-10-05 09:42:43 +00:00
# Fake Data Generator
super easy and simple python script to generate random data
## Perfect for beginners
- usage of libraries
- working with input
- working with dictionaries
## Installation
Install the dependencies
```sh
pip install -r requirements.txt
```