各位大佬,在执行问题时候,出现Warning: Password input may be echoed.,如何破解,
#APP程序用来处理控制台的输入和输出,因为控制台的操作询问是轮询执行的,所以我们需要在APP使用死循环
from colorama import Fore, Style
from getpass import getpass #遮挡密码
from service.user_service import UserService
import os #系统命令
import sys
import time
If echo free input is unavailable getpass() falls back to printing a warning message to stream and reading from sys.stdin and issuing a GetPassWarning.
Note
If you call getpass from within IDLE, the input may be done in the terminal you launched IDLE from rather than the idle window itself.