Welcome to Genshindle Solver, a tool that helps you solve Genshindle
Genshindle Solver is a Python-based application designed to provide a streamlined interface. It allows users to filter and display character information based on various attributes such as region, element, weapon type, and version.
- Data Management: Load and filter character data stored in Excel format.
- Version Control: Automatically checks for updates and downloads new data when available.
- User Interface: Simple command-line interface (CLI) for easy interaction.
To get started with Genshindle Solver, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/PegaBlade2/genshindle-solver.git
-
Install the required python packages:
pip install -r requirements.txt
-
Run the application:
python solver.py
There are only 2 commands in this application
This command filters out regions, weapon types, elements, and version
filter [type] [value]
There are 4 types, region, weapon, element, and version
Example:
filter region mondstadt
filter weapon !polearm (The ! in this case means not)
filter version <3.0
filter version 1.0
This command resets the currently filtered
new