Tag Archive for 'cards'

Card Counting Trainer

A python script currently with a very very minimal Tkinter GUI that will emulate a shuffled deck of cards being placed onto the table. It will help to practice counting cards for blackjack. You will be able to compare your count with the count of the computer.

Link to the Sourceforge Project Page

More work is planned.

Update: It’s worth mentioning i spent a couple of hours cleaning up the code today, hopefully you’ll find it more reliable, i’m currently adding images for the cards, once that is done it will make the whole application more worth while.

Simple Blackjack

A very simple and text-only version of blackjack. Written in python. It seems to work ok as is. Bug fixes and code improvements to follow in next version.

Just thought I’d mention it, it hasn’t been updated recently either.

Simple Blackjack project on Sourceforge

It’s nothing special