qali 0.5.1

QALI: Quick ALIasing in the terminal
Documentation
1
2
name = input("What is your name?")
print(f"HELLO {name.upper()}")