Metadata-Version: 2.1
Name: zax
Version: 0.6
Summary: ZAX
Home-page: https://github.com/BGforgeNet/zax
Keywords: fallout,fallout2
Author: BGforge
Author-email: dev@bgforge.net
Requires-Python: >=3.8,<3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: PySimpleGUIQt (>=0.35.0)
Requires-Dist: appdirs (>=1.4.3)
Requires-Dist: cssutils (>=2.3.0)
Requires-Dist: iniparse (>=0.5)
Requires-Dist: loguru (>=0.5.3)
Requires-Dist: packaging (>=20.4)
Requires-Dist: pefile (>=2021.9.3)
Requires-Dist: py7zr (>=0.16.3)
Requires-Dist: requests (>=2.22.0)
Requires-Dist: ruamel.yaml (>=0.16.10)
Project-URL: Repository, https://github.com/BGforgeNet/zax
Description-Content-Type: text/markdown

# ZAX
[![Build status](https://github.com/BGforgeNet/ZAX/workflows/build/badge.svg)](https://github.com/BGforgeNet/ZAX/actions?query=workflow%3Abuild) <a href="#"><img align="right" src="https://raw.githubusercontent.com/BGforgeNet/zax/master/docs/zax.png" width="45%" alt="ZAX screenshot" title="ZAX screenshot"/></a>
[![Patreon](https://img.shields.io/badge/Patreon-donate-FF424D?logo=Patreon&labelColor=141518)](https://www.patreon.com/BGforge)

[![Telegram](https://img.shields.io/badge/telegram-join%20%20%20%20%E2%9D%B1%E2%9D%B1%E2%9D%B1-darkorange?logo=telegram)](https://t.me/bgforge)
[![Discord](https://img.shields.io/discord/420268540700917760?logo=discord&label=discord&color=blue&logoColor=FEE75C)](https://discord.gg/4Yqfggm)
[![IRC](https://img.shields.io/badge/%23IRC-join%20%20%20%20%E2%9D%B1%E2%9D%B1%E2%9D%B1-darkorange)](https://bgforge.net/irc)


ZAX is a Fallout 2 game manager. Its purpose is to unify and simplify game and mods configuration. It should work with any game based on Fallout 2 engine.

### Installation

#### Windows
Download `zax.exe` from the [latest release page](https://github.com/BGforgeNet/zax/releases/latest) and launch it.

#### Linux / Mac / other
- There's a x64 [binary](https://github.com/BGforgeNet/zax/releases/latest) for Linux.
- ZAX is also available in PyPi:
    ```bash
    pip3 install zax
    zax
    ```

### Info
- [Forums](https://forums.bgforge.net/viewforum.php?f=34)
- [Development](docs/development.md)
- [Changelog](docs/changelog.md)

