make the initiation text look better idk man
This commit is contained in:
parent
0669c32716
commit
fe01299324
2 changed files with 14 additions and 3 deletions
13
README.md
13
README.md
|
@ -1,3 +1,16 @@
|
|||
<!--
|
||||
SPDX-FileCopyrightText: 2024 Crimson Hawk
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
-->
|
||||
|
||||
```
|
||||
___ ___ __
|
||||
/ / /__/ / / Coded by Crimson Hawk
|
||||
/ / ___ / /___ ____ __ __ _____ __ __ __
|
||||
/ / / / / __ / / _ / \ \/ / / __ / / / / /
|
||||
/ / / / / /_/ / / /__/ / /\ \ / /_/ / / /__/ /
|
||||
/__/ /__/ /_____/ /____/ /_/ \_\ /____/_/ /__/ /__/
|
||||
```
|
||||
<h1><b>libexam</b></h1>
|
||||
<p><h2>The greatest exam technology that have ever been made</h2></p>
|
||||
<a href="https://docs.google.com/presentation/d/17ta37mAVbffOpp8TmocTaK4I5ei1BUyw?rtpof=true&usp=drive_fs">docs</a>
|
|
@ -13,13 +13,11 @@ def __init__():
|
|||
|
||||
print("""
|
||||
___ ___ __
|
||||
/ / /__/ / /
|
||||
/ / /__/ / / Coded by Crimson Hawk
|
||||
/ / ___ / /___ ____ __ __ _____ __ __ __
|
||||
/ / / / / __ / / _ / \\ \\/ / / __ / / / / /
|
||||
/ / / / / /_/ / / /__/ / /\\ \\ / /_/ / / /__/ /
|
||||
/__/ /__/ /_____/ /____/ /_/ \\_\\ /____/_/ /__/ /__/
|
||||
|
||||
Coded by Crimson Hawk
|
||||
""")
|
||||
|
||||
print(f"libexam frontend UI initiated")
|
||||
|
|
Loading…
Reference in a new issue