Skip to content

Commit

Permalink
Update wifi1.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanVBW authored Dec 10, 2023
1 parent ae0e960 commit a4017d5
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions wifi1.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,19 @@ def check_for_essid(essid, lst):
return check_status

# Basic user interface header
print(r"""
/\
/ \ _ __ _ _ __ _ _ __
/ /\ \ | '__| | | |/ _` | '_ \
_ _ _ _ _ _ _ _ _ _ _ / ____ \| | | |_| | (_| | | | |_ _ _ _ _ _ _ _ _ _ _ _
(_|_|_|_|_|_|_|_|_|_|_)_/ \_\_| \__, |\__,_|_| |_(_|_|_|_|_|_|_|_|_|_|_|_)
__/ |
|___/ """)
print(r"""
//////////////////////////////////////////////////
//__ ___ _____ _ _ //
//\ \ / (_) ___(_) | | __ _ _ __ ___ //
// \ \ /\ / /| | |_ | | _ | |/ _` | '_ ` _ \ //
// \ V V / | | _| | | | |_| | (_| | | | | | |//
// \_/\_/ |_|_| |_| \___/ \__,_|_| |_| |_|//
//////////////////////////////////////////////////
""")
print("\n****************************************************************")
print("\n* Copyright of ***Aryan***, 2022")
print("\n* https://www.whitedevil.com")
print("\n* https://www.aryan.com ")
print("\n* Copyright of *Vivek W*, 2024")
print("\n* https://aryanvbw.github.io")
print("\n* https://aryanshop.me")
print("\n****************************************************************")


Expand Down

0 comments on commit a4017d5

Please sign in to comment.