From 39c5ae4495ea48eb2893354a116c7131ba9ddbc0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 08:03:51 +0000 Subject: [PATCH 1/5] docs(contributor): contrib-readme-action has updated readme --- README.md | 48 +++++++++++++++++++++++++++++++----------------- 1 file changed, 31 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 1f571cc..40339ae 100644 --- a/README.md +++ b/README.md @@ -166,14 +166,28 @@ Thanks a lot for spending your time helping! Keep rocking 🍻 Avyay Jain + + + Icelain +
+ Null +
+ + + + + lordvader501 +
+ Null +
+ thegeekyb0y
Aditya Tiwari
- - + BassCoder2808 @@ -201,22 +215,15 @@ Thanks a lot for spending your time helping! Keep rocking 🍻
Aswin Shailajan
- - - - lordvader501 -
- Null -
- + + noobyysauraj
Sauraj
- - + srinjoy-26 @@ -251,15 +258,15 @@ Thanks a lot for spending your time helping! Keep rocking 🍻
Sarthak Roy
- + + anjali1102
Anjali Chauhan
- - + artemis-i-guess @@ -294,6 +301,14 @@ Thanks a lot for spending your time helping! Keep rocking 🍻
Null
+ + + + + nabroleonx +
+ Abel Ayalew +
@@ -301,8 +316,7 @@ Thanks a lot for spending your time helping! Keep rocking 🍻
Smit Shah
- - + SameerSahu007 From 23343f5c609942698a5a30df6658bcdd7679886d Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 5 Oct 2022 15:12:43 +0530 Subject: [PATCH 2/5] Added fake data generator script --- scripts/Fake Data Generator/generator.py | 22 ++++++++++++++++++++ scripts/Fake Data Generator/readme.md | 15 +++++++++++++ scripts/Fake Data Generator/requirements.txt | 3 +++ 3 files changed, 40 insertions(+) create mode 100644 scripts/Fake Data Generator/generator.py create mode 100644 scripts/Fake Data Generator/readme.md create mode 100644 scripts/Fake Data Generator/requirements.txt diff --git a/scripts/Fake Data Generator/generator.py b/scripts/Fake Data Generator/generator.py new file mode 100644 index 0000000..e35bc97 --- /dev/null +++ b/scripts/Fake Data Generator/generator.py @@ -0,0 +1,22 @@ +# pip install Faker +from faker import Faker + +fake = Faker() + +print("--------- Generate ---------------") +print("1. Name") +print("2. Email") +print("3. Job") +print("4. Address") + +options = {1: fake.name(), 2: fake.email(), 3: fake.job(), 4: fake.address()} + +print("----------------------------------") +user_input = int(input("Choose Option:- ")) + +print("----------------------------------") + +if user_input in options: + print(f"Result: {options[user_input]}") +else: + print("Please try again with a valid option.") \ No newline at end of file diff --git a/scripts/Fake Data Generator/readme.md b/scripts/Fake Data Generator/readme.md new file mode 100644 index 0000000..83a910d --- /dev/null +++ b/scripts/Fake Data Generator/readme.md @@ -0,0 +1,15 @@ + +# 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 +``` \ No newline at end of file diff --git a/scripts/Fake Data Generator/requirements.txt b/scripts/Fake Data Generator/requirements.txt new file mode 100644 index 0000000..529aa4e --- /dev/null +++ b/scripts/Fake Data Generator/requirements.txt @@ -0,0 +1,3 @@ +Faker==15.0.0 +python-dateutil==2.8.2 +six==1.16.0 From e7ea6123416d112b2e6c226a8cde8a92b3cdce67 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 09:43:02 +0000 Subject: [PATCH 3/5] docs(contributor): contrib-readme-action has updated readme --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 40339ae..a4f71ad 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,13 @@ Thanks a lot for spending your time helping! Keep rocking 🍻 Sauraj + + + NishantPacharne +
+ Nishant Pacharne +
+ srinjoy-26 @@ -251,15 +258,15 @@ Thanks a lot for spending your time helping! Keep rocking 🍻
Heshanthaka
- + + sarthakroy2002
Sarthak Roy
- - + anjali1102 @@ -294,15 +301,15 @@ Thanks a lot for spending your time helping! Keep rocking 🍻
Michele Mazza
- + + mer747
Null
- - + nabroleonx @@ -323,13 +330,6 @@ Thanks a lot for spending your time helping! Keep rocking 🍻
Sameer Sahu
- - - - NishantPacharne -
- Nishant Pacharne -
\ No newline at end of file From 0d46d133dbed836273b2f4af7c01cd9708e6ea9b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 11:26:43 +0000 Subject: [PATCH 4/5] docs(contributor): contrib-readme-action has updated readme --- README.md | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 7191454..3e71a68 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,13 @@ Thanks a lot for spending your time helping! Keep rocking 🍻 Null + + + NishantPacharne +
+ Nishant Pacharne +
+ thegeekyb0y @@ -208,20 +215,20 @@ Thanks a lot for spending your time helping! Keep rocking 🍻
Siddhesh Bhupendra Kuakde
- + + aswin2108
Aswin Shailajan
- - + - - NishantPacharne + + noobyysauraj
- Nishant Pacharne + Sauraj
@@ -259,8 +266,7 @@ Thanks a lot for spending your time helping! Keep rocking 🍻
Mysterious-Owl - - + sarthakroy2002 @@ -295,15 +301,15 @@ Thanks a lot for spending your time helping! Keep rocking 🍻
Yash Nilesh Brid
- + + mclmza
Michele Mazza
- - + mer747 From 6dd72b7aee1fcd287320ad1185045f7317b60f70 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 11:28:35 +0000 Subject: [PATCH 5/5] docs(contributor): contrib-readme-action has updated readme --- README.md | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 3e71a68..0dc88d4 100644 --- a/README.md +++ b/README.md @@ -181,13 +181,6 @@ Thanks a lot for spending your time helping! Keep rocking 🍻 Null - - - NishantPacharne -
- Nishant Pacharne -
- thegeekyb0y @@ -215,15 +208,15 @@ Thanks a lot for spending your time helping! Keep rocking 🍻
Siddhesh Bhupendra Kuakde
- - + aswin2108
Aswin Shailajan
- + + noobyysauraj @@ -258,15 +251,15 @@ Thanks a lot for spending your time helping! Keep rocking 🍻
Heshanthaka
- - + Mysterious-Owl
Mysterious-Owl
- + + sarthakroy2002 @@ -301,15 +294,15 @@ Thanks a lot for spending your time helping! Keep rocking 🍻
Yash Nilesh Brid
- - + mclmza
Michele Mazza
- + + mer747