Skip to content

Commit

Permalink
2nd part of banner update
Browse files Browse the repository at this point in the history
  • Loading branch information
0xShun committed Jun 9, 2024
1 parent 0b97953 commit d7339b7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
Binary file modified _imports_/__pycache__/banner.cpython-311.pyc
Binary file not shown.
39 changes: 20 additions & 19 deletions _imports_/banner.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
class Banner:
def __init__(self):
print("""

\t\t@@@ @@@ @@@@@@@@ @@@@@@@ @@@@@@@ @@@@@@@ @@@@@@ @@@@@@@ @@@@@@@@
\t\t@@@@ @@@ @@@@@@@@ @@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@
\t\t@@!@!@@@ @@! @@! @@! @@@ @@! @@@ @@! @@@ @@! @@@ @@!
\t\t!@!!@!@! !@! !@! !@! @!@ !@! @!@ !@! @!@ !@ @!@ !@!
\t\t@!@ !!@! @!!!:! @!! @!@@!@! @!@!!@! @!@ !@! @!@!@!@ @!!!:!
\t\t!@! !!! !!!!!: !!! !!@!!! !!@!@! !@! !!! !!!@!!!! !!!!!:
\t\t!!: !!! !!: !!: !!: !!: :!! !!: !!! !!: !!! !!:
\t\t:!: !:! :!: :!: :!: :!: !:! :!: !:! :!: !:! :!:
\t\t :: :: :: :::: :: :: :: ::: ::::: :: :: :::: :: ::::
\t\t:: : : :: :: : : : : : : : : :: : :: : :: ::
\t\tAUTHOR: SHAWN MICHAEL A. SUDARIA
\t\tVERSION 1.4.0
\n\n\n""")

def Banner():
print("""
\t\t@@@ @@@ @@@@@@@@ @@@@@@@ @@@@@@@ @@@@@@@ @@@@@@ @@@@@@@ @@@@@@@@
\t\t@@@@ @@@ @@@@@@@@ @@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@
\t\t@@!@!@@@ @@! @@! @@! @@@ @@! @@@ @@! @@@ @@! @@@ @@!
\t\t!@!!@!@! !@! !@! !@! @!@ !@! @!@ !@! @!@ !@ @!@ !@!
\t\t@!@ !!@! @!!!:! @!! @!@@!@! @!@!!@! @!@ !@! @!@!@!@ @!!!:!
\t\t!@! !!! !!!!!: !!! !!@!!! !!@!@! !@! !!! !!!@!!!! !!!!!:
\t\t!!: !!! !!: !!: !!: !!: :!! !!: !!! !!: !!! !!:
\t\t:!: !:! :!: :!: :!: :!: !:! :!: !:! :!: !:! :!:
\t\t :: :: :: :::: :: :: :: ::: ::::: :: :: :::: :: ::::
\t\t:: : : :: :: : : : : : : : : :: : :: : :: ::
\t\tAUTHOR: SHAWN MICHAEL A. SUDARIA
\t\tVERSION 1.4.0
\n\n\n""")

Banner()

0 comments on commit d7339b7

Please sign in to comment.