Skip to content

Commit 0384fb8

Browse files
committed
add instructions for finding slots
1 parent 7ed1528 commit 0384fb8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,18 @@ pip install -r requirements.txt
1313
## Usage
1414

1515
### 1. For breadth electives
16+
- First find the slots available for your elective:
17+
- Go to Academic -> Time Table -> Central TimeTable 2023-2024 AUTUMN (year and session could vary)
18+
- Go to the "COMMON SUBJECTS AND BREADTH SLOTS" section corresponding to your year, locate your department, and find the slots where `B` or `HSS` is mentioned
19+
<br>
1620
- Run the `find_breadths.py` script following the format:
1721
```sh
1822
python3 find_breadths.py --slots <list-of-slots>
1923
```
2024
- Optional flag(s):
2125
- `-o` or `--overwrite`: Overwrite the old `breadth_electives.csv` file
2226
- `--notp`: Don't use the `token.json` file to login, instead enter OTP manually (easier setup)
23-
27+
<br>
2428
- This will generate a file called `breadth_electives.csv` with all the breadth electives, along with `available_breadths.txt`, which will list the breadth electives available to you (based on your slots)
2529

2630

0 commit comments

Comments
 (0)