Script expect the user to pass path to CSV Or path to directory containing multiple CSV and saves the excel file at same dir as provided path
python -r requirements.txt
call the program using:
python main.py {filename or directory}
file example: python main.py test.csv
dir example: python main.py dirContainingCSVs/