tanweijie123 / ParseGPQ

Parse text input of participants, allocate participants into different parties, and generate an Excel file as output.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project had been adapted into GPQbot project, hence this project will no longer be updated.

What is this project about?

  • ParseGPQ is a Java software application that will take a list of people and allocate them into teams.
  • This application is specifically written for MapleStory's Guild Party Quest allocation, where the default allocation scheme is assigning based on damage output into groups of 3 team, where each team has 6 people. After allocating successfully, it will produce an Excel file.

Why is this project useful?

  • Users will not have to manually sort and assign people in Excel.

How do I get started?

  1. Ensure that you have installed Java 14 or above. Guide to install Java on Windows 10.
  2. One Time Setup

Guides

Acknowledgement

  • This project uses libraries from [ControlsFx], [Apache POI], [GSON], [Jsoup].

About

Parse text input of participants, allocate participants into different parties, and generate an Excel file as output.


Languages

Language:Java 100.0%