{"id":23288531,"url":"https://github.com/kernferm/guiblackjack","last_synced_at":"2025-04-06T16:33:03.101Z","repository":{"id":241996812,"uuid":"791642793","full_name":"KernFerm/GUIBlackJack","owner":"KernFerm","description":"This Python application implements a simple version of the classic card game Blackjack. The game features a graphical user interface (GUI) built using the Tkinter library.","archived":false,"fork":false,"pushed_at":"2024-12-06T07:19:50.000Z","size":320,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T22:28:59.514Z","etag":null,"topics":["blackjack","blackjack-game","gui","gui-application"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KernFerm.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-25T05:08:20.000Z","updated_at":"2024-12-06T07:19:54.000Z","dependencies_parsed_at":"2024-05-31T03:47:59.308Z","dependency_job_id":"c85e04e9-40e8-4d92-a0c1-d8b788d47b5c","html_url":"https://github.com/KernFerm/GUIBlackJack","commit_stats":null,"previous_names":["kernferm/guiblackjack"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernFerm%2FGUIBlackJack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernFerm%2FGUIBlackJack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernFerm%2FGUIBlackJack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernFerm%2FGUIBlackJack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KernFerm","download_url":"https://codeload.github.com/KernFerm/GUIBlackJack/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247512660,"owners_count":20950899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blackjack","blackjack-game","gui","gui-application"],"created_at":"2024-12-20T03:20:34.132Z","updated_at":"2025-04-06T16:33:03.073Z","avatar_url":"https://github.com/KernFerm.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Support the Project ⭐\r\n\r\nIf you find this project useful, please give it a star! Your support is appreciated and helps keep the project growing. 🌟\r\n\r\n\r\n# 🃏 Blackjack Game\r\n\r\nThis Python application implements a simple version of the classic card game **Blackjack**. The game features a graphical user interface (GUI) built using the **Tkinter** library.\r\n\r\n---\r\n\r\n## 📥 How to Download the Repo (First-Time Users)\r\n\r\nClick the link to read [**Instructions**](https://www.gitprojects.fnbubbles420.org/how-to-download-repos) 📄.\r\n\r\n---\r\n\r\n### 🛠️ Features\r\n\r\n- **Betting System**: Players can place bets before each round 💵.\r\n- **Interactive Gameplay**: Players can choose to hit or stand during their turn 🃏.\r\n- **Dealer Logic**: The dealer follows standard Blackjack rules 🤖.\r\n- **Balance Tracking**: Player balance is updated based on wins and losses 📈.\r\n\r\n---\r\n\r\n## ⚙️ Prerequisites\r\n\r\n- **Python 3.x**\r\n- **Tkinter library** (usually included in Python installations)\r\n\r\n### 🐍 Python Versions\r\n\r\nIf you don’t have Python installed, here are some options:\r\n\r\n- [**Python 3.11.6**](https://github.com/KernFerm/Py3.11.6installer)\r\n- [**Python 3.11.9**](https://github.com/KernFerm/Py3.11.9installer)\r\n- [**Python 3.12.1**](https://github.com/KernFerm/Py3.12.1-installer-batch)\r\n\r\n---\r\n\r\n## 🚀 Installation\r\n\r\n1. **Clone the repository**:\r\n\r\n    ```\r\n    git clone https://github.com/KernFerm/guiblackjack.git\r\n    ```\r\n\r\n2. **Navigate to the project directory**:\r\n\r\n    ```\r\n    cd guiblackjack\r\n    ```\r\n\r\n3. **Run the application**:\r\n\r\n    ```\r\n    python guiblackjack.py\r\n    ```\r\n\r\n---\r\n\r\n## 🎮 Gameplay Instructions\r\n\r\n1. **Setting Initial Balance**: Enter your desired initial balance in the input field provided.\r\n2. **Placing Bets**: Enter the amount you want to bet for the current round and click the \"Place Bet\" button 💰.\r\n3. **Playing the Game**: Click the \"Hit\" button to draw another card or the \"Stand\" button to end your turn 🎲.\r\n4. **Dealer's Turn**: Once the player stands, the dealer reveals their cards and plays according to standard rules 🃏.\r\n5. **Determining the Winner**: The player with the hand closest to 21 without exceeding it wins the round 🏆.\r\n\r\n---\r\n\r\n## 📜 License\r\n\r\nThis project is licensed under the **MIT License**. See the [LICENSE](LICENSE) file for details 📄.\r\n\r\n---\r\n\r\n## 🙏 Acknowledgements\r\n\r\nInspiration for this project came from the desire to learn **GUI development** with Tkinter and practice **Python programming skills** 💡.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkernferm%2Fguiblackjack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkernferm%2Fguiblackjack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkernferm%2Fguiblackjack/lists"}