Metadata-Version: 2.1
Name: ice-launcher
Version: 0.0.13
Summary: An unofficial WIP Minecraft Launcher
Home-page: https://github.com/mq1/ice-launcher#readme
License: GPL-3.0-only
Keywords: minecraft,minecraft-launcher
Author: Manuel Quarneti
Author-email: manuelquarneti@gmail.com
Requires-Python: >=3.10,<3.11
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: appdirs (>=1.4.4,<2.0.0)
Requires-Dist: customtkinter (>=4.5.10,<5.0.0)
Requires-Dist: minecraft-launcher-lib (>=5.2,<6.0)
Requires-Dist: packaging (>=21.3,<22.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Project-URL: Repository, https://github.com/mq1/ice-launcher
Description-Content-Type: text/markdown

<p align="center">
<img src="./ice_launcher/assets/ice-launcher.png" alt="Ice Launcher Logo" height="128px">
</p>

<h1 align="center">Ice Launcher</h1>

<p align="center">
<a href="https://github.com/mq1/ice-launcher/blob/main/LICENSE"><img alt="License: GPL-3.0" src="https://img.shields.io/github/license/mq1/ice-launcher"></a>
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
</p>

-----

An unofficial WIP Minecraft Launcher

**Table of Contents**

- [Installation](#installation)
- [Thanks](#thanks)
- [License](#license)

## Installation

### Package (recommended)

Just grab the [latest release](https://github.com/mq1/ice-launcher/releases/latest) for your platform

### From pip

```sh
pip install ice-launcher
```

## Thanks

- Aru for the awesome logo!
- [JakobDev](https://gitlab.com/JakobDev) for building [minecraft-launcher-lib](https://gitlab.com/JakobDev/minecraft-launcher-lib)
- [TomSchimansky](https://github.com/TomSchimansky) for building [CustomTkinter](https://github.com/TomSchimansky/CustomTkinter)

## License

`ice-launcher` is distributed under the terms of the [GPL-3.0-only](https://spdx.org/licenses/GPL-3.0-only.html) license.

