Skip to content

pxg/money_owed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Money Owed

Tool for working out how much housemates owe each other. Written in Python 3.

Installation

Create a new venv for Python 3:

mkvirtualenv --python=/usr/local/bin/python3 money_owed

Install requirements:

pip install -r requirement.txt

Install the money_owed package for development:

pip install -e .

Running the tests

py.test tests/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages