Git Product home page Git Product logo

expenses-keeper's Introduction

Expenses Keeper

Expenses Keeper is a simple tool to help keep track of one's expenses. Users can add an expense to a comma separated file to categorize them and keep track of them. I also intended it as a learning tool for new programmers.

See expenses-file-screenshot.png in this repo to see an example of how the file will come out.

This tool is useful because it is an easy way to see a running list of all of one's expenses in one place and be able to do some simple analysis on it.

Anatomy

  1. expense-categories.txt - This file holds a list of categories that make up the header of the expenses file. Before starting to use the CLI, simply add your categories to the list each on its own line. You can add new categories at any time but make sure to preserve the original order and add them at the end of the list.
  2. expenses.csv - This is the file where the expenses are recorder.
  3. expenses_keeper.py - This is the source file of the program.

Usage

To run Expenses Keeper, simply:

1. Open a terminal
2. Change directories to the folder containing expenses_keeper.py
3. Run: python expenses_keeper.py
4. Follow the prompts

Notes

This is obviously the bare minimum implementation of such a program. There are multiple things that could be added including category management and simple expense calculations like totaling. However, I've found it useful to keep track of my own expenses and maybe you will too!

Enjoy!

expenses-keeper's People

Contributors

jared-nelsen avatar

Watchers

 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.