pj4533 / pn2ps

Convert PokerNow.club logs into PokerStars hand history format
MIT License
6 stars 5 forks source link

bet multiplier flag #6

Closed albertborsos closed 4 years ago

albertborsos commented 4 years ago

Hi!

First of all, thanks for your amazing work!

We play game in our currency with 10/20 blinds. The current command exports it as $0.10/$0.20.

A bet multiplier flag would be great, to multiply it to our currency. For example, if I run it as

--multiply=100

the the output will be $10/$20 instead of $0.10/$0.20

What do you think?

pj4533 commented 4 years ago

Oh good call! haha....we are just donking around at low stakes so I didn't even think of that. Will add.

pj4533 commented 4 years ago

Added in https://github.com/pj4533/pn2ps/releases/tag/0.0.2

pj4533 commented 4 years ago

btw, for your case you don't need to use the multiplier (since you use 10/20 direct), for my case I'd put -m 0.01 to multiply by 0.01 and get 0.25/0.50

albertborsos commented 4 years ago

Thanks!