15 lines
264 B
Markdown
Raw Normal View History

2022-10-05 15:12:43 +05:30
# 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
```