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
Copy file name to clipboardExpand all lines: README.md
+9-1
Original file line number
Diff line number
Diff line change
@@ -19,4 +19,12 @@ Then we made use of the gmplot Library to plot the received co-ordinates and plo
19
19
20
20
Some Glimpse of GUI have been given in the screenshots folder for the GUI's.
21
21
22
-
There are Two Sets of UI here. So to run 1st Set of GUI
22
+
There are Two Sets of UI here. So to run 1st Set of GUI, run the WeatherApp_1.py file. The Screenshots for the same are in Screenshots_1 folder. Another Set of GUI can be run with WeatherApp_2.py file. The Screenshots for the same are in Screenshots_2 folder.
23
+
24
+
For running these, you would need to import following libraries:
25
+
PyQt5
26
+
requests
27
+
gmplot
28
+
json
29
+
30
+
If these are not there, this application won't run
0 commit comments