Skip to content

NUS-School-of-Computing-UG-Division/special_needs_filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

special_needs_filter

Filtering out details according to specifications in Command Line.

Installing libraries

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

To run the program

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:

Untitled.mp4

About

Filtering out details according to specifications in Command Line

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages