Filtering out details according to specifications in Command Line.
We need to install some libraries for our code in python
- pandas
- os
- openpyxl
To install, type in command line:
- pip install pandas
- pip install os
- pip install openpyxl
Run: python special_needs.py
It asks the following questions:
- Enter the directory path of input file:
- Enter the input file name:
- Enter the directory path to save the output file:
- Enter the output file name which will be followed by course name:
- Enter course codes to exclude (comma-separated):
Provide valid inputs to the prompts and it will create different files for each course according to specification.
Watch this video for a demo: