Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wynwxst/blackjack.py
python blackjack module
https://github.com/wynwxst/blackjack.py
Last synced: 8 days ago
JSON representation
python blackjack module
- Host: GitHub
- URL: https://github.com/wynwxst/blackjack.py
- Owner: wynwxst
- Created: 2020-12-15T03:55:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-28T14:45:26.000Z (about 4 years ago)
- Last Synced: 2024-11-13T04:34:07.118Z (2 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blackjack.py
python blackjack module# how to use:
```
git clone https://github.com/l4xus/Blackjack.py
cp Blackjack.py
```# to use the module in your code run:
*go into main.py*
```
import Blackjack.py as BJBJ()
```# to use the module as standalone:
```
python Blackjack.py
```