Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 557 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 557 Bytes

X-Wing Squad Builder


Description

To build installer, run the following commands in your local environment:

pip install -r requirements/base.txt
python setup.py build_qt
python setup.py build_installer

Features

  • Filter cards by faction, ship, and pilot to assemble your squad
  • Search through all available pilots, upgrades, and current squad in the viewer
  • Export and import squad list to tweak at a later date

Credits

This package was created with Cookiecutter