Skip to content

playpauseandstop/ralc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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