https://github.com/alexpdev/blackjack
Not for card counting
https://github.com/alexpdev/blackjack
game gui python python3
Last synced: 2 months ago
JSON representation
Not for card counting
- Host: GitHub
- URL: https://github.com/alexpdev/blackjack
- Owner: alexpdev
- License: gpl-3.0
- Created: 2021-03-12T22:40:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-24T01:42:27.000Z (over 3 years ago)
- Last Synced: 2025-02-10T12:21:18.886Z (4 months ago)
- Topics: game, gui, python, python3
- Language: Python
- Homepage:
- Size: 840 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BlackJack



BlackJack is a small graphical tool that I built to help me improve at counting cards.
It is essentially a GUI BlackJack game with a window that displays probabilities,
statistics, and combinatorial information about the active game. Features include
specifying the number of players, and number of decks the dealer will use.## Requires
Before you begin:
* Install Python >= 3.6
* Windows OS (Might work on others but I have not tested it.)
* Install PyQt6 through pip
* Install Pytests for testing
* Reviewed the Licesnse and Documentation for whatever reason.### Installing BlackJack
To install, follow these steps:
1. Ensure Git is installed and working
2. Open terminal and run ...```Windows:
pip install PyQt6git clone https://github.com/alexpdev/blackjack.git blackJack
```### Usage
```Windows
python path\to\project\main.py
```### License
BlackJack uses the following license: GNU LGPL v3.0
### Other
* Requires PyQt6, Python3, [pytest]
* entry point for execution is main.py
* card images are stored in img folder