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
The [`print_exams_as_table.py`](utils/print_exams_as_table.py) in `utils` script that is included in this repository will easily retrieve all Exams for a user and print them in a pretty table. This makes a quick overview very easy.
13
+
The module can be used directly to get information about all exams
You can also use CampusNet.py as an imported Package to interact in detail with CampusNet.
55
+
You can also use `campusnet` as a package to interact with CampusNet from Python.
38
56
39
57
```python
40
58
$ python
@@ -50,4 +68,4 @@ $ python
50
68
51
69
This package is still work in progress. If you need data from CampusNet, that is currently not retrieved by it, please feel free to open an Issue or even PR for it.
52
70
53
-
We are studying at DHBW Mannheim, so this package is tested with [https://dualis.dhbw.de](https://dualis.dhbw.de). But it should also be compatible with other CampusNet instances from other universities.
71
+
We are studying at DHBW Mannheim, so this package is tested with [https://dualis.dhbw.de](https://dualis.dhbw.de). But it should also be compatible with other CampusNet instances from other universities. If you have acess to another CampusNet instance and use our script, let us know how it goes :).
0 commit comments