首先,我使用Windows,因此我无法在Windows中使用curses。 我正在尝试在ASCII动画循环时创建一个登录界面。
def animation():
while True:
#something that do animation
def login_screen():
uname = str(input("Username : "))
passw = str(input("Password : "))
print("Welcome {}".format(uname))