Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Muralekrishnan R
viewgrades-scraper
Commits
6e5d6bb5
Commit
6e5d6bb5
authored
4 years ago
by
ep18b026
Browse files
Options
Download
Email Patches
Plain Diff
Modified PageLogin.py to fix unexpected issues
parent
03679214
master
github/fork/Adil-MohammedK/master
github/fork/aklsh/master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
PageLogin.py
+5
-6
PageLogin.py
with
5 additions
and
6 deletions
+5
-6
PageLogin.py
+
5
-
6
View file @
6e5d6bb5
...
...
@@ -56,8 +56,7 @@ driver.close()
choice
=
' '
while
choice
.
lower
()
!=
'x'
:
choice
=
input
(
'''
How do you want you visualize your grades:
choice
=
input
(
'''
\n
How do you want you visualize your grades:
a) GPA for courses taken in a specific department
Other features will come soon.
...
...
@@ -66,7 +65,7 @@ Enter x to exit
'''
)
if
choice
.
lower
()
==
'a'
:
dept
,
gpa
=
ngf
.
Dept_GPA
(
courses
)
print
(
"Your GPA of the courses done in"
,
dept
,
"department is"
,
gpa
)
input
(
"
\n
Press enter to continue"
)
print
(
"Your GPA of the courses done in"
,
dept
,
"department is"
,
gpa
,
"
\n
"
)
dummy
=
input
(
'''Press Enter to continue'''
)
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets