stevenhalverson / baccarat_simulator

A simulator of baccarat shoes. Can simulate millions of hands of baccarat into a database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Baccarat Simulator

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.

Getting Started

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.

Prerequisites

The requirements.txt file contains the required dependencies to run using Python.

Preview

Screenshot 2024-01-06 040440

About

A simulator of baccarat shoes. Can simulate millions of hands of baccarat into a database.


Languages

Language:Python 100.0%