Punchcard icon indicating copy to clipboard operation
Punchcard copied to clipboard

Read commandline arguments using argparse.

Open idosch opened this issue 11 years ago • 1 comments

In previous version the command line arguments were read manually. Now, they are read using argparse (builtin module).

Also, file now passes PEP8 check (using Flake8).

You don't have to merge it, I simply think it's better that way. :P

Anyway, good job! :+1:

idosch avatar Mar 24 '14 20:03 idosch

btw, I forgot to edit the README (as always). You can use this:

punchcard.py [-h] [-t TITLE] csv png

idosch avatar Mar 24 '14 20:03 idosch