Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 529 Bytes

File metadata and controls

14 lines (13 loc) · 529 Bytes

Alert-Grade

When you run the program, it will check your grades and alert you if any of them change.
Focus


But before you run the program, you need to create a 'Config.py' file that contains the following:

Config.py

Email = "<focus email>"
Password = "<focus password>"
Email_Send = "<email to send notification to>"
Send_Email = "<email to send notification from>"
Send_Email_Password = "<password to email to send notification from>"