Metadata-Version: 2.4
Name: gta6
Version: 1.0.0
Summary: GTA VI Loading Screen Simulator — loads faster than Rockstar ships it 🎮
Author-email: Nikhil Kushwaha <nikhilxkushwaha7@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/nikhilxkushwaha7/gta6
Project-URL: Issues, https://github.com/nikhilxkushwaha7/gta6/issues
Keywords: gta,gta6,rockstar,loading-screen,joke,fun,cli
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
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: Programming Language :: Python :: 3.12
Classifier: Topic :: Games/Entertainment
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# 🎮 GTA VI — Loading Screen Simulator

> _You can install GTA VI before Rockstar even releases it._

A hilarious Python package that simulates a **GTA VI loading screen** right in
your terminal — complete with a progress bar, dramatic pauses, and a punchline
you definitely saw coming.

---

## 📦 Installation

```bash
pip install gta6
```

## 🚀 Usage

### Python API

```python
import gta6

gta6.load_game()
```

### Command Line

After installation, just type:

```bash
gta6
```

That's it. Sit back and enjoy the most realistic GTA VI experience available
today.

---

## 🖥️ Example Output

```
   ██████╗ ████████╗ █████╗     ██╗   ██╗██╗
  ██╔════╝ ╚══██╔══╝██╔══██╗    ██║   ██║██║
  ██║  ███╗   ██║   ███████║    ██║   ██║██║
  ██║   ██║   ██║   ██╔══██║    ╚██╗ ██╔╝██║
  ╚██████╔╝   ██║   ██║  ██║     ╚████╔╝ ██║
   ╚═════╝    ╚═╝   ╚═╝  ╚═╝      ╚═══╝  ╚═╝

  Loading GTA VI...

  ██████████████████████████████  100%

  Connecting to Rockstar servers...
  Verifying license...
  Checking release date...

  ╔══════════════════════════════════════════╗
  ║                                          ║
  ║     🎮  NEW RELEASE DATE:  2032  🎮      ║
  ║                                          ║
  ╚══════════════════════════════════════════╝

  Thanks for installing GTA VI.
  You installed it faster than Rockstar released it 😂
```

---

## 🛠️ Development

Clone the repo and install in editable mode:

```bash
git clone https://github.com/nikhilxkushwaha7/gta6.git
cd gta6
pip install -e .
```

---

## 📄 License

MIT — do whatever you want with it. Rockstar probably won't sue you for this
one.
