Metadata-Version: 2.4
Name: terminal-football-manager
Version: 0.1.33
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
It is recommended to use a virtual environment to avoid conflicts:

```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
Once the environment is active, run the game using:

```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**
