Metadata-Version: 2.4
Name: evt-blackjack
Version: 0.1.0
Summary: A terminal-based Blackjack trainer
Author: Ethan Votran
Classifier: Programming Language :: Python :: 3
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-python
Dynamic: summary

🃏 A Blackjack in Your Terminal
TerminalJack is a sleek, terminal-based Blackjack simulator and training tool built in Python. Whether you're learning the game, practicing your card counting, or just vibing with some command-line casino action, this project brings the casino to your shell — no chips required.

🎯 Features
Fully interactive Blackjack game in the terminal

Clean card visuals using ASCII art and suit symbols (♥♠♦♣)

Built-in balance tracking and betting system

Double down, stand, and hit mechanics

Deck reshuffling based on depletion threshold

Blackjack detection and proper payout logic

Optimized for training and repeated play

Works right from your terminal with a simple command (bj)

🛠 Setup
Clone the repo, make it executable, and you're ready to play:

        git clone https://github.com/your-username/Blackjack.git

bj (for macOS/Linux users)

        chmod +x bj

💡 Optional: Make bj a Global Command (Mac/Linux)
Move it to your PATH:

        sudo mv bj /usr/local/bin/bj
        
Then you can play from anywhere:

        bj

▶️ Start the Game

    bj
