Metadata-Version: 2.4
Name: eastwood-games-downloader
Version: 0.1.0
Summary: A simple game downloader GUI prototype
Home-page: https://github.com/yourusername/eastwood-games-downloader
Author: Eastwood Games
Author-email: your.email@example.com
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# Eastwood Games Downloader

A simple GUI prototype for downloading games. This is a demonstration version that shows the basic interface and functionality.

## Installation

```bash
pip install eastwood-games-downloader
```

## Usage

After installation, run the application with:

```bash
eastwood-games
```

## Features

- Simple and clean interface
- List of demo games
- Basic game selection and description display
- Simulated download functionality

## Note

This is a prototype version intended to demonstrate the basic concept. The full version will include:
- Actual game downloads
- Progress tracking
- Game categories
- User accounts
- And more!

## License

MIT License
