This is a program that simulates entire eight-deck shoes of baccarat, for statistical purposes.
This program helps prove that patterns of wins and losses in baccarat don't have any impact on the next outcome.
It's able to generate .csv and .db files of thousands of shoes of baccarat and up to over a million hands.
Some useful data points are a game's outcome and what cards have been used in the shoe. Win streaks have also been accounted for.
Download all files into a folder and run main.py. This will bring up a GUI to set how many shoes of baccarat are to be simulated, where to save the .db file, and where to save the .csv file.
The requirements.txt file contains the required dependencies to run using Python.
Known Issues
- Progress bar is not in sync with simulation.
- File dialogue asks for .csv filename at end, not beginning.