Added displayed ascii art before startup
This commit is contained in:
+11
@@ -1,3 +1,14 @@
|
|||||||
|
print(" ____ ____ ___________ __________")
|
||||||
|
print(" / __ \/ __ \/ ___/_ __/ / _/_ __/")
|
||||||
|
print(" / /_/ / / / /\__ \ / /_____ / / / / ")
|
||||||
|
print(" / ____/ /_/ /___/ // /_____// / / / ")
|
||||||
|
print(" /_/ \____//____//_/ /___/ /_/ ")
|
||||||
|
print(" Copyright (c) 2024 Lars Winzer")
|
||||||
|
print()
|
||||||
|
print(" Source: https://github.com/official-Cromatin/Post-It")
|
||||||
|
print(" Report an Issue: https://github.com/official-Cromatin/Post-It/issues/new?assignees=&labels=bug&projects=&template=issue_report.yml")
|
||||||
|
print("\n")
|
||||||
|
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
startup = datetime.now().timestamp()
|
startup = datetime.now().timestamp()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user