Skip to content

Instantly share code, notes, and snippets.

@ProfPh
ProfPh / play2real.py
Last active August 3, 2016 23:20
play money to real money hand history converter
from functools import reduce
from glob import glob
import regex as re
import time
import os
file_count = 0
line_count = 0
first_run = True