Djaenk / zyBooks-Activity-Completer

Python 3 script which automatically completes assigments on the zyBooks platform.
MIT License
16 stars 14 forks source link

Password issues #2

Closed samgusick closed 4 years ago

samgusick commented 4 years ago

Lets me type in my email, but when the password field shows up, I can't type anything into the command prompt so I can't get past the password stage.

samgusick commented 4 years ago

the password doesn't take input from the user in the code. Not sure how that's supposed to work

Djaenk commented 4 years ago

It does take a password input from the user, it simply doesn't show what is being typed so your password won't be compromised. If you type your password correctly and press enter the script will proceed as normal. If the password is incorrect, the script will reprompt for your email and password.

samgusick commented 4 years ago

Ha stupid mistake on my part. Also a CS major, and python is brand new to me so didn't know about the getpass module