Just a test script to test out the Template and argparse python modules. Also built a class to generate the fibonacci numbers which is returned in the script when you run it via command line.
Number value is required to run the script.
python FibFun.py 6
This will generate the 6th fibonacci number and print it to the screen. For more commands you can type:
python FibFun.py -h