diff --git a/.README.md.swp b/.README.md.swp deleted file mode 100644 index 83e983b..0000000 Binary files a/.README.md.swp and /dev/null differ diff --git a/.archlinux_install.swp b/.archlinux_install.swp deleted file mode 100644 index 2d791b0..0000000 Binary files a/.archlinux_install.swp and /dev/null differ diff --git a/.install.swp b/.install.swp deleted file mode 100644 index 61dda6f..0000000 Binary files a/.install.swp and /dev/null differ diff --git a/.jso.py.swp b/.jso.py.swp deleted file mode 100644 index 8768d75..0000000 Binary files a/.jso.py.swp and /dev/null differ diff --git a/.reperio.py.swi b/.reperio.py.swi deleted file mode 100644 index cb3ea33..0000000 Binary files a/.reperio.py.swi and /dev/null differ diff --git a/.reperio.py.swk b/.reperio.py.swk deleted file mode 100644 index be680c5..0000000 Binary files a/.reperio.py.swk and /dev/null differ diff --git a/.reperio.py.swl b/.reperio.py.swl deleted file mode 100644 index e0e0f64..0000000 Binary files a/.reperio.py.swl and /dev/null differ diff --git a/.reperio.py.swn b/.reperio.py.swn deleted file mode 100644 index 1ccef1b..0000000 Binary files a/.reperio.py.swn and /dev/null differ diff --git a/.reperio.py.swo b/.reperio.py.swo deleted file mode 100644 index 2aa6702..0000000 Binary files a/.reperio.py.swo and /dev/null differ diff --git a/.reperio.py.swp b/.reperio.py.swp deleted file mode 100644 index 7f351a6..0000000 Binary files a/.reperio.py.swp and /dev/null differ diff --git a/.termux_install.swp b/.termux_install.swp deleted file mode 100644 index 279180c..0000000 Binary files a/.termux_install.swp and /dev/null differ diff --git a/images/images.py b/images/images.py deleted file mode 100644 index 9c558e3..0000000 --- a/images/images.py +++ /dev/null @@ -1 +0,0 @@ -. diff --git a/reperio.py b/reperio.py index f250389..00fe962 100755 --- a/reperio.py +++ b/reperio.py @@ -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"]]