Skip to content

els285/CostSplit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CostSplit

A Python package for calculating income and expenditure for large parties.

Installation

Pip install from page?

  1. Clone repository
  2. cd into respository
  3. python3 -m pip install .

YAML-based Running

python3 -m costsplit.from_config <name_of_config_file>.yml

Example Configuration File

Trip1:
  Attendees:
    - Ethan
    - Flora
    - Blanca
    - Steph
  Transactions:
    Fondue:
      Payees: 
        Type: real
        Ethan: 100
      Participants:
        Type: weights
        Ethan: 1
        Flora: 1
        Blanca: 1
        Steph: 1
    Cocktails:
      Payees:
        Type: real
        Flora: 100
      Participants:
        Type: weights
        Ethan: 2
        Blanca: 1
        Flora: 1
        Steph: 1

About

"Split-wise" inspired code for calculating income and expenditure for large parties

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors