Metadata-Version: 2.4
Name: evt-blackjack
Version: 0.1.1
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

# 🃏 evt-blackjack

## 📦 Installation
Install via pip (works on macOS, Linux, and Windows):
                pip install evt-blackjack


## ▶️ How to Run
🧑‍💻 Most Users (macOS & Linux):
Just run:
                  
    bj

🎉 You’re in the game.

### 🪟 Windows Users
After installing, you might see this warning:

    WARNING: The script bj.exe is installed in '...Scripts', which is not on PATH.

That just means Windows doesn't know where to find the bj command yet.
You have 2 easy options:

✅ Option 1: Use the fallback command

    python -m bj

🛠 Option 2: Add Scripts to your PATH manually

    C:\Users\your-name\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_xxx\LocalCache\local-                        packages\Python311\Scripts

Add it to your system PATH:

Open Start → “Environment Variables”

Edit the Path variable

Add a new entry for the folder path

Click OK and restart your terminal

Then you can run:
                bj
## 💡 Features

Terminal-based Blackjack with suit visuals (♥♠♦♣)

Full support for:

Hitting / Standing / Doubling Down

Blackjack detection

Betting & balance tracking

Reshuffling decks

Great for practice or just passing time in the terminal
