/ralc

Rate Calculator

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

ralc

https://travis-ci.org/playpauseandstop/ralc.png?branch=master

Rate Calculator for multiplicate spent hours with rate per hour to find out how many money you earned.

Requirements

Installation

As easy as:

# pip install ralc

License

ralc is licensed under the terms of BSD License

Usage

usage: ralc [-h] HH[:MM[:SS]] RATE

Rate Calculator

positional arguments:
  HH[:MM[:SS]]  Spent hours, e.g.: "30", "120:40", "10:55:30"
  RATE          Rate per hour. Should be decimal value.

optional arguments:
  -h, --help    show this help message and exit

Changelog

0.1 (2014-01-16)

  • Initial release