GithubHelp home page GithubHelp logo

montana / burn-rate Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 436 KB

Simple CLI app I created to figure out what Prowl's monthly burn rate is on cash. Developed and created by Montana Mendy

Python 100.00%

burn-rate's Introduction

logo

Prowl's burn rate

Burn Rate is a simple library for computing a weekly expenditure from a list of bills over a monthly and yearly cycle for Prowl, but don't be afraid to use at it your company as well!

The term burn rate can also refer to how quickly individuals spend their money, particularly their discretionary income.

Assumptions

Burn rate makes the following assumptions about Prowl & your startup:

  • You organize your finances on a weekly basis
  • Every "pay week" starts on Thursday

Usage

output.py implements a simple commandline tool to generate a burn rate. It is run via

output.py data.json

data.json is a set of information regarding your outputs, in the form:

{
 "weekly": {
  "weekly_project": {
   "amount": 100,
   "day": "Monday" # unused
  },
  ... # etc
},
 "monthly": {
  "some_project": {
   "date": "01",
   "amount": 100
  },
  ... # etc
 },
 "yearly": {
  "yearly_project: {
   "date": "January 01",
   "amount": 100
  },
  ... # etc
 }
}

burn-rate's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.