Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexpdev/blackjack
Not for card counting
https://github.com/alexpdev/blackjack
game gui python python3
Last synced: 21 days 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-24T01:42:27.000Z (about 3 years ago)
- Last Synced: 2024-10-15T20:22:24.703Z (about 1 month 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
![Random](https://img.shields.io/badge/Random-2355-orange)
![License](https://img.shields.io/badge/License-GNU%20LGPL-blue)
![GUI](https://img.shields.io/badge/GUI-Qt-green)
![Logo](./img/blackjackicon.png)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