mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 12:31:11 +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
|
|
``` |