This is a minimal Flask app that has the user input desired number of simulations, the players hand, and the dealers hand. The user is then redirected to a page that displays some relevant data as well as the results of the simulation.
The app is easy to run. Requirements: Python 3 and pip
- Download the code
- Navigate to the blackjackApp directory in CMD
- run "py -3 -m venv .venv"
- run ".venv\scripts\activate"
- run "pip install -r requirements.txt"
- run "flask run"
- Navigate to the address output in the console