mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 04:21:12 +00:00
15 lines
264 B
Markdown
15 lines
264 B
Markdown
|
|
||
|
# 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
|
||
|
```
|