- Python3
- Excel
pip install -r requirements.txt
python seat_arranger.py [-o OUTPUT_FILE] input_file
-
input_file
- It should be a json file with list of student names
- e.g.
["stu1", "stu2"]
-
OUTPUT_FILE
- Filename of output xlsx file
pip install -r requirements.txt
python seat_arranger.py [-o OUTPUT_FILE] input_file
input_file
["stu1", "stu2"]
OUTPUT_FILE