Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 846 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 846 Bytes

Poker-Ledger - Jason Spratt

Description:

A poker ledger is created from a .csv file that is based on the poker game. A ledger is used to minimize the amount of transactions per player, rather than sending money to "buy-in" and "buy-out" a winners earnings are subtracted by their buy-in amount.

How To Use:

Download the ledger csv file from the PokerNow lobby once the game has finished. Place the ledger csv file into the same directory as the main.py file. Rename the .csv file into 'ledger.csv'. Run the main.py script. In the terminal you must type 'y' or 'n' do specify if cent values were used in the game. This is done to correct for decimal places when needed.

Output:

The output will be the poker ledger copied to the machine's clipboard. This can be used to paste into the PokerNow chat, or a seperate chat with all players.