Skip to content

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

Notifications You must be signed in to change notification settings

stevenhalverson/baccarat_simulator

Repository files navigation

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

Known Issues

  1. Progress bar is not in sync with simulation.
  2. File dialogue asks for .csv filename at end, not beginning.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages