Skip to content

Commit 264e7f4

Browse files
sat2
1 parent 8ad3543 commit 264e7f4

13 files changed

+11
-1
lines changed

.README.md.swp

-12 KB
Binary file not shown.

.archlinux_install.swp

-12 KB
Binary file not shown.

.install.swp

-12 KB
Binary file not shown.

.jso.py.swp

-12 KB
Binary file not shown.

.reperio.py.swi

-16 KB
Binary file not shown.

.reperio.py.swk

-20 KB
Binary file not shown.

.reperio.py.swl

-20 KB
Binary file not shown.

.reperio.py.swn

-20 KB
Binary file not shown.

.reperio.py.swo

-24 KB
Binary file not shown.

.reperio.py.swp

-24 KB
Binary file not shown.

.termux_install.swp

-12 KB
Binary file not shown.

images/images.py

-1
This file was deleted.

reperio.py

+11
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,18 @@
6565
result = ''
6666
version = "2021.1"
6767

68+
bann = """
69+
70+
████████████████████████████████████████
71+
█▄─▄▄▀█▄─▄▄─█▄─▄▄─█▄─▄▄─█▄─▄▄▀█▄─▄█─▄▄─█
72+
██─▄─▄██─▄█▀██─▄▄▄██─▄█▀██─▄─▄██─██─██─█
73+
▀▄▄▀▄▄▀▄▄▄▄▄▀▄▄▄▀▀▀▄▄▄▄▄▀▄▄▀▄▄▀▄▄▄▀▄▄▄▄▀
74+
v2021.1
75+
76+
"""
77+
6878
def banner():
79+
quo.echo(f"{bann}", fg="vyellow", bold=True)
6980

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

0 commit comments

Comments
 (0)