Skip to content

Commit

Permalink
sat2
Browse files Browse the repository at this point in the history
  • Loading branch information
quantum-quirks committed Dec 4, 2021
1 parent 8ad3543 commit 264e7f4
Show file tree
Hide file tree
Showing 13 changed files with 11 additions and 1 deletion.
Binary file removed .README.md.swp
Binary file not shown.
Binary file removed .archlinux_install.swp
Binary file not shown.
Binary file removed .install.swp
Binary file not shown.
Binary file removed .jso.py.swp
Binary file not shown.
Binary file removed .reperio.py.swi
Binary file not shown.
Binary file removed .reperio.py.swk
Binary file not shown.
Binary file removed .reperio.py.swl
Binary file not shown.
Binary file removed .reperio.py.swn
Binary file not shown.
Binary file removed .reperio.py.swo
Binary file not shown.
Binary file removed .reperio.py.swp
Binary file not shown.
Binary file removed .termux_install.swp
Binary file not shown.
1 change: 0 additions & 1 deletion images/images.py

This file was deleted.

11 changes: 11 additions & 0 deletions reperio.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,18 @@
result = ''
version = "2021.1"

bann = """
████████████████████████████████████████
█▄─▄▄▀█▄─▄▄─█▄─▄▄─█▄─▄▄─█▄─▄▄▀█▄─▄█─▄▄─█
██─▄─▄██─▄█▀██─▄▄▄██─▄█▀██─▄─▄██─██─██─█
▀▄▄▀▄▄▀▄▄▄▄▄▀▄▄▄▀▀▀▄▄▄▄▄▀▄▄▀▄▄▀▄▄▄▀▄▄▄▄▀
v2021.1
"""

def banner():
quo.echo(f"{bann}", fg="vyellow", bold=True)

table = [["Created by:", "Version"],["Gerrishon Sirere", "2021.1"]]

Expand Down

0 comments on commit 264e7f4

Please sign in to comment.