From 7593e2b807ffc42e70905e0092ad186f46942730 Mon Sep 17 00:00:00 2001 From: crazydude-kanishk <56763528+crazydude-kanishk@users.noreply.github.com> Date: Fri, 2 Oct 2020 16:47:39 +0530 Subject: [PATCH 1/2] Update README.md --- projects/Get_wifi_password/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/projects/Get_wifi_password/README.md b/projects/Get_wifi_password/README.md index e69de29bb..d4b13da77 100644 --- a/projects/Get_wifi_password/README.md +++ b/projects/Get_wifi_password/README.md @@ -0,0 +1,9 @@ +##WIFI PASSWORD EJECTOR +#Description +a simple python script that tells you the password of the wifi you're connected with + +#Requirements +just need to install python in your system. + +#How to run +run the file from your code editor or Ide or u can also run it from the command line From 455f33fe0bc38a64a1eec6b624b19e7980d4b703 Mon Sep 17 00:00:00 2001 From: Aditya Jetely Date: Fri, 2 Oct 2020 17:12:34 +0530 Subject: [PATCH 2/2] Update README.md --- projects/Get_wifi_password/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/Get_wifi_password/README.md b/projects/Get_wifi_password/README.md index d4b13da77..25ee25e3d 100644 --- a/projects/Get_wifi_password/README.md +++ b/projects/Get_wifi_password/README.md @@ -1,9 +1,9 @@ -##WIFI PASSWORD EJECTOR -#Description +## WIFI PASSWORD EJECTOR +# Description a simple python script that tells you the password of the wifi you're connected with -#Requirements +# Requirements just need to install python in your system. -#How to run +# How to run run the file from your code editor or Ide or u can also run it from the command line