Execution of python program

Application will take csv file from the arguments and will create a html file with same name as the csv file. Application requires sys and csv python modules. Command given below will execute the program:

python3 main.py Cards.csv

This command will create a html file called Cards.html

Execution of perl program

Perl application will take csv file as argument as well. Below command will give desired results:

perl main.pl Cards.csv

This will create a html file called Cards.html showing the results derived from analyzed data of csv file.