Metadata-Version: 2.4
Name: pydeck_randyiscoding
Version: 0.0.1
Summary: Creates a 52 Card Deck (No Jokers or other extra cards)
Project-URL: Homepage, https://github.com/randyiscoding/pydeck
Project-URL: Issues, https://github.com/randyiscoding/pydeck/issues
Author-email: Randy Easton <reaston@my365.bellevue.edu>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# 🃏 PyCardDeck

A lightweight Python package for simulating a deck of playing cards — including dealing, drawing, discarding, and wildcard logic. Designed for game development, simulations, or educational use.

---

## 🔧 Features

- Full 52-card deck generation (with optional jokers coming soon)
- Wildcard support (e.g., Deuces as wilds)
- Deal a hand, draw cards, discard to pile
- Automatically reshuffles from discard when deck runs out
- Custom card logic using Python classes and enums
- Modular code structure for easy reuse or extension

---

## 📦 Installation

```bash
git clone https://github.com/Randyiscoding/PyDeck.git
cd PyDeck
python3 main.py   # Or your demo file <-- not usable haven'y made a Demo file yet but i got you i promies lol
