Banner: Updated to use pyfiglet module instead.

- Does not require figlet binaries to be installed.
pull/50/head
desimaniac 6 years ago
parent b787935761
commit 4f8f1d388f

@ -7,6 +7,8 @@ import time
import click import click
import schedule import schedule
from pyfiglet import Figlet
############################################################ ############################################################
# INIT # INIT
############################################################ ############################################################
@ -863,15 +865,13 @@ def exit_handler(signum, frame):
############################################################ ############################################################
if __name__ == "__main__": if __name__ == "__main__":
print("""
__ __ __ print("")
_/ |_____________ | | ___/ |______ ______________
\ __\_ __ \__ \ | |/ /\ __\__ \\_ __ \_ __ \
| | | | \// __ \| < | | / __ \| | \/| | \/
|__| |__| (____ /__|_ \ |__| (____ /__| |__|
\/ \/ \/
f = Figlet(font='graffiti')
print(f.renderText('traktarr'))
print("""
######################################################################### #########################################################################
# Author: l3uddz # # Author: l3uddz #
# URL: https://github.com/l3uddz/traktarr # # URL: https://github.com/l3uddz/traktarr #

Loading…
Cancel
Save