Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 402 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 402 Bytes

TOC Seat Arranger

Prerequisite

  • Python3
  • Excel

Install Dependent Libraries

pip install -r requirements.txt

Usage

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

Author

Lee-W