Browse free open source Python Card Games and projects below. Use the toggles on the left to filter open source Python Card Games by OS, license, language, programming language, and project status.

  • Outbound sales software Icon
    Outbound sales software

    Unified cloud-based platform for dialing, emailing, appointment scheduling, lead management and much more.

    Adversus is an outbound dialing solution that helps you streamline your call strategies, automate manual processes, and provide valuable insights to improve your outbound workflows and efficiency.
    Learn More
  • Field Sales+ for MS Dynamics 365 and Salesforce Icon
    Field Sales+ for MS Dynamics 365 and Salesforce

    Maximize your sales performance on the go.

    Bring Dynamics 365 and Salesforce wherever you go with Resco’s solution. With powerful offline features and reliable data syncing, your team can access CRM data on mobile devices anytime, anywhere. This saves time, cuts errors, and speeds up customer visits.
    Learn More
  • 1
    PySolFC
    PySolFC (PySol Fan Club edition) is an extended version of PySol (a solitaire card games collection).
    Leader badge
    Downloads: 447 This Week
    Last Update:
    See Project
  • 2
    freepokerdb
    A HUD and stats tracker for your poker games written in Python. Supports Holdem, Omaha, Stud, Razz and Draw games.
    Downloads: 69 This Week
    Last Update:
    See Project
  • 3
    AS Arrow

    AS Arrow

    Add and Subtract game

    AS refer to Add and Sub. During the game process, the card present as Arrow. Rule: Delete all card to win. User can drag and drop card from cards library to original 6 cards. At the game start, original 6 cards look like: d -b e- a -c f User can connect d, e, f cards. Once d and e are deleted, user can connect to b. Cards are positive for a, b, c, d, e, f. And then connecting card is negative. In the similar way, the next card is positive (add/plus), and then the card is negative (subtract/minus). The row of cards can be deleted as sum (add/subtract) of cards is 0. (J is 11,Q is 12, K is 13) If the number of cards is 12, but can't be deleted now. The game is over. By the way, if cards library is empty and user can't win, the game is over. v0.1.1 Update: You can move an entire pile to another pile (except the first card). If the front half of a pile becomes 0 after applying + / −, you must click the next card pile (the card immediately after that 0) to auto-remove
    Leader badge
    Downloads: 18 This Week
    Last Update:
    See Project
  • 4
    A python library for searching and managing a collection of Vampire: The Eternal Struggle (V:tES) trading cards and for facilitating V:tES deck construction.
    Downloads: 14 This Week
    Last Update:
    See Project
  • MicroStation by Bentley Systems is the trusted computer-aided design (CAD) software built specifically for infrastructure design. Icon
    MicroStation by Bentley Systems is the trusted computer-aided design (CAD) software built specifically for infrastructure design.

    Microstation enables architects, engineers, and designers to create precise 2D and 3D drawings that bring complex projects to life.

    MicroStation is the only computer-aided design software for infrastructure design, helping architects and engineers like you bring their vision to life, present their designs to their clients, and deliver their projects to the community.
    Learn More
  • 5
    Pokerbot: Pokerstars Partypoker GGPoker

    Pokerbot: Pokerstars Partypoker GGPoker

    Self playing pokerbot for partypoker, pokerstars and GGPoker

    Please visit the wiki page for documentation how to run the bot http://www.github.com/dickreuter/Poker/ This pokerbot plays automatically on Partypoker, Pokerstars and GGPoker. It works with image recognition, montecarlo simulation and a basic genetic algorithm. The mouse is moved automatically and the bot can play for hours. All open source and you are welcome to contribute. New tables can easily be mapped with a new user interface.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    Qturkokards

    Qturkokards

    Offline tarot reading app with custom card sets and Rider Waite

    This is an offline tarot reading app. It contains both opensource decks and personally created beautiful decks. It includes a windows 64 bit executable. It runs on Windows 10 and 11 64 bit. It also includes a python app which runs on pyqt with pygame. it has been tested under windows 10, Windows 11 and Debian, Ubuntu, Kali, and Mint Linux. i am looking for people to test on other systems. I have run this on many devices and operating systems. Even an old Chromebook running Linux. Newest release has improved interface and upgraded music track three.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 7
    This is a GUI version of the game blackjack, written in Python and Pygame. It is easy to play, and can be very fast-paced.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 8
    Libre Card Game
    Libre Card Game is a free, open source and liberally licensed strategic/trading/collectable card game. Included in the project is code to generate SVG and PNG card images from an XML description. Also includes over 250 cards for the Libre card system
    Downloads: 9 This Week
    Last Update:
    See Project
  • 9
    Duo is a Crazy Eight card game (think Uno) written in Python, translated in many languages. PLEASE NOTE THAT DUO DEVELOPMENT NOW OCCURS ON LAUNCHPAD AND THIS PAGE ONLY EXISTS FOR HISTORY REFERENCE.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Agentic AI SRE built for Engineering and DevOps teams. Icon
    Agentic AI SRE built for Engineering and DevOps teams.

    No More Time Lost to Troubleshooting

    NeuBird AI's agentic AI SRE delivers autonomous incident resolution, helping team cut MTTR up to 90% and reclaim engineering hours lost to troubleshooting.
    Learn More
  • 10
    A tournament manager of the popular trick-based card game belote. This software provide functionalities from teams registration to final classification. Printing is based on highly customisable OpenOffice.org templates.
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    Call Bridge
    Call Bridge is a popular card game. I wrote this to see if I can create a GUI based card game in less than 15 KB by replacing images with UNICODE characters. The player plays a game of Call Bridge (*duh*;) against 3 bots. GUI FILES NOT UPLOADED YET.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Golden Point

    Golden Point

    A simple, console-based card game, similar to some other card games.

    Golden Point is a simple card game, similar to some other popular card games. The main goal of the game is to get more points then your opponent, but in the same time not to get more than 21 ("Golden Point"). During the game you get cards, which have next values: 6, 7, 8, 9, 10 - according to numbers in it's names; J - 2 points; Q - 3 points; K - 4 points; A - 11 points. In the beginning of the game you get 2 cards, and if your total points are less than 21, you can take more cards or keep your current cards. Then is your opponent's turn. If player got 21 - this is called "Golden Point". If player got more than 21 - this is too much, he has lost. So if Player 1 has too much, and Player 2 isn't - Player 2 wins. If both players have not more points, than 21, player, who has more points, wins. If both players have equal points - this is dead heat. No one wins.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Poker Tournament Manager - Displays current level, blinds, time left in level etc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Game Engine and AI framework for playing No Limit Holdem
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    PyGermanWhist

    PyGermanWhist

    A Python implementation of German Whist.

    A Python implementation of German Whist. German Whist is a card game played with trumps and tricks. Written with wxPython designed to work on a number of platforms.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    PySolFC French Edition

    The PySolFC Project translated to french

    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Sabacc is a card game originally from the Star Wars universe. It is similar to Blackjack except it employs a random element where any card may change value at any point during the game. For more information see the website - sabacc.sourceforge.net
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18

    cfe

    Framework for producing web-based database applications

    Sophisticated environment for developing web-based applications. It includes lots of handy low-level components including: 1/ mySql interface, including table creation, tables as class, query as iterator 2/ html generation 3/ multi-lingual ability 4/ html form field handling 5/ etc. On top of this is a high-level framework that allows rapid development of database apps including seach/create/display/update, user navigation between related entities and much more. Included, as a sample application, is FAMTREE: a Family Tree maintenance system. This uses most of the features of CFE and can be used as-is or as a model for developing other applications. Also included is BRIDGE. This allows one or more users to play this card game
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    With PyBridge, you can play online bridge with your friends, over the Internet or a local network. Please visit http://www.pybridge.org/ for recent information.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    A server and client for online card games. Initial development will focus on implementing the Shadowfist(tm) card game. GPL license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Battle Star Wars TCG is a program to play the Star Wars trading card game online. It uses all the official trading cards from the Wizards of the Coast expansions and the IDC expansions. Eventually an AI will be built so you can play against the computer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    BoardGameMaker

    BoardGameMaker

    Card, board & tiles making Software

    BGM (boardgamemaker) allows simple creation of card or tile; either through template or image simple transformation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Simulation of old Italian games briscola and tresette.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Generic program for playing various different CCG games multiplayer over a local network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A python script with a 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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB