zyphlar / pinger

A ping tool that sits in your system tray
Other
6 stars 1 forks source link

Add support for command line arguments #1

Closed altf4 closed 10 years ago

altf4 commented 10 years ago

Used argparse to enable command line arguments for user supplied options. Defaults values have been kept, so behavior with no arguments is the same. Should be easier than modifying the source each time this way.

Also added a gitignore file that is the standard github python gitignore, plus *~ to handle deleted files.