Metadata-Version: 2.4
Name: coin-casino
Version: 1.0.0
Summary: A feature-rich desktop casino game with multiple mini-games and progression system
Author: Your Name
Author-email: Nullsec0x <contact@nullsec0x.dev>
License: MIT
Project-URL: Homepage, https://github.com/nullsec0x/coin-casino
Project-URL: Bug Reports, https://github.com/nullsec0x/coin-casino/issues
Keywords: casino,game,gambling,tkinter,desktop
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Games/Entertainment
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib>=3.5.0
Dynamic: author
Dynamic: license-file
Dynamic: requires-python

 
# 🎰 Coin Casino

![Python](https://img.shields.io/badge/python-3.8%2B-blue.svg)
![Tkinter](https://img.shields.io/badge/gui-tkinter-green.svg)
![Matplotlib](https://img.shields.io/badge/plotting-matplotlib-orange.svg)
![Pillow](https://img.shields.io/badge/images-pillow-lightblue.svg)
![License: MIT](https://img.shields.io/badge/license-MIT-yellow.svg)

Coin Casino is a Python/Tkinter desktop application that simulates a
virtual casino experience.\
It includes multiple mini-games, user profiles, achievements,
statistics, and a shop system.

------------------------------------------------------------------------

## Features

-   **Mini-Games**: Coin Flip, Slot Machine, Number Guess (Blackjack
    coming soon).\
-   **Profiles**: Create and save multiple player profiles with
    persistent progress.\
-   **Balance Tracking**: Earn or lose coins with each bet, plus daily
    login bonuses.\
-   **Achievements**: Unlockable milestones like win streaks, high bets,
    and balance goals.\
-   **Shop System**: Buy upgrades such as Lucky Charm, Double Bet, and
    VIP Pass.\
-   **Statistics Dashboard**: Track wins, losses, streaks, biggest
    wins/losses, and overall performance.

------------------------------------------------------------------------

## Requirements

-   Python 3.8+
-   Tkinter (comes with Python standard library)
-   Matplotlib
-   Pillow

Install dependencies with:

``` bash
pip install matplotlib pillow
```

------------------------------------------------------------------------

## Usage

Run the application with:

``` bash
python coin_casino.py
```

------------------------------------------------------------------------

## Project Structure

-   **coin_casino.py** → Main application file\
-   **profiles/** → Saved user profiles (JSON format)

------------------------------------------------------------------------

## License

This project is released under the MIT License.
