You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please note: For this code to work, you need getpass module. To get it, install it by typing "pip install getpass" in the command prompt.
Also note, if you want this password method to work, then you need to convert it to exe using pyinstaller. Install it by pip install pyinstaller in your
command prompt. Then type - pyinstaller "yourfile.py". It will take some time. You will find your exe in a folder named "dist".
while True:
speak.Speak("Please Enter the password to access JARVIS the virtual assistant - ")
password = getpass.getpass("Please Enter the password to access JARVIS the virtual assistant - ")