zfengg / PayGroups.jl

A simple solution to group payment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PayGroups

Build Status Coverage

A simple interactive solution to group payment.

Why this package?

It solves the frequent but annoying payment issues in our life, especially after a trip with friends favoring a (partial) AA payment plan.

asciicast

Try it out @ Repl.it. It's fun!

Usage

Install with Julia's built-in package manager

julia> ] add PayGroups

and quick start with

julia> using PayGroups
julia> igroupay() # interactive & return a PayGroup

Clone this repo and run with julia

git clone https://github.com/zfengg/PayGroups.jl.git
julia PayGroups.jl/run.jl

Online via Repl.it

mobile_demo.mov

Ready to compile with PackageCompiler.jl by switching to branch complie and run:

julia compile.jl # excutable @ compiled/bin/PayGroups

About

A simple solution to group payment.

License:MIT License


Languages

Language:Julia 100.0%