This is a simple command-line Blackjack game written in Python.
Tested on Python 3.6.
To install blackjack-py from source, first clone the repository and then run:
$ python setup.py install
$ blackjack <player1> <player2> ... <playerN>`
Open sourced under MIT License.