Metadata-Version: 2.4
Name: terminal-football-manager
Version: 0.1.35
Summary: A terminal-based football manager game with rich UI.
Author-email: TaremwaStudios <author@example.com>
Project-URL: Homepage, https://github.com/TaremwaStudios/TaremwaStudios
Project-URL: Bug Tracker, https://github.com/TaremwaStudios/TaremwaStudios/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich
Dynamic: license-file

# Terminal Football Manager

An offline terminal football manager game played directly in your terminal, enhanced with rich colors and interactive menus. Have fun! And don't forget to report any bugs. Feedback is highly welcome.

## 🚀 How to Play

### 1. Prerequisites
Make sure you have **Python 3.8+** installed on your system.

### 2. Setup & Installation

**Option A: Instant Play (via PyPI)**
You can install the latest version directly from PyPI:
```bash
pip install terminal-football-manager
```

**Option B: From Source (for Developers)**
It is recommended to use a virtual environment:

```bash
# Create a virtual environment
python3 -m venv venv

# Activate it
# On Linux/macOS:
source venv/bin/activate
# On Windows:
# venv\Scripts\activate

# Install the game and dependencies
pip install .
```

### 3. Start the Game
If you installed via PyPI, simply run:
```bash
terminal-football-manager
```

Alternatively, if running from source:
```bash
python -m terminal_football_manager.main
```

## 🎮 Features
*   **Manager Mode:** Manage budgets, stadium upgrades, youth academies, and transfers.
*   **Player Career Mode:** Focus on the career of a single player.
*   **FUT Mode:** Build your ultimate team.
*   **International Tournaments:** Compete in the Champions League, World Cup, and more.
*   **Rich UI:** Beautiful terminal interface powered by the `rich` library.

---
Developed by **TaremwaStudios**
