Metadata-Version: 2.1
Name: ice-launcher
Version: 0.0.6
Summary: An unofficial WIP Minecraft Launcher
Project-URL: Documentation, https://github.com/mq1/ice-launcher#readme
Project-URL: Issues, https://github.com/mq1/ice-launcher/issues
Project-URL: Source, https://github.com/mq1/ice-launcher
Author-email: Manuel Quarneti <manuelquarneti@gmail.com>
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.10
Requires-Dist: appdirs==1.4.4
Requires-Dist: customtkinter==4.5.10
Requires-Dist: minecraft-launcher-lib==5.2
Requires-Dist: packaging==21.3
Requires-Dist: requests==2.28.1
Provides-Extra: dev
Requires-Dist: ice-launcher[lint,pyinstaller,types]; extra == 'dev'
Provides-Extra: lint
Requires-Dist: black; extra == 'lint'
Requires-Dist: isort; extra == 'lint'
Provides-Extra: pyinstaller
Requires-Dist: pillow; extra == 'pyinstaller'
Requires-Dist: pyinstaller; extra == 'pyinstaller'
Provides-Extra: types
Requires-Dist: mypy; extra == 'types'
Requires-Dist: pytype; extra == 'types'
Description-Content-Type: text/markdown

<p align="center">
<img src="./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.
