Python argument parser

This project was mainly intended for me to get started with object-oriented programming with python. It is a very simple command line argument parser which uses two classes. One to store the arguments and another class for the parser itself. The package also contains a test snippet which should demonstrate the usage.

Files:

Back to home.