Skip to content
Discussion options

You must be logged in to vote
Admin verified this answer by Boiescylosh Mar 10, 2026

[ Me ] Biar aman di Termux atau CLI lain, jangan lupa pake colorama.init(autoreset=True). Terus buat bannernya, bisa pake function biar rapi:

import pyfiglet
from colorama import Fore, init

init(autoreset=True)

def show_banner(text):
banner = pyfiglet.figlet_format(text)
print(Fore.CYAN + banner)

show_banner(ascii)

kalo masih pusing delete aja project lu, kalo di termux ya rm -rf aja

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer verified by Admin Mar 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant