Skip to content

lodenrogue/bill-share

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage:

python bs.py <item-file> <payer-1-percent>

Example:

python bs.py items.txt .45

Output as html:

python bs.py -l items.txt .45

Build with Docker:

docker build -t bill-share .

Run with Docker:

docker run -v $PWD/<item-file>:/app/items.txt --rm -it bill-share .45

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published