https://github.com/sakan811/honkai-star-rail-warp-calculator
Honkai Star Rail Warp Probability Calculator
https://github.com/sakan811/honkai-star-rail-warp-calculator
gin go golang honkai honkai-star-rail honkai-starrail hoyoverse hsr vue vuejs web webapp
Last synced: 4 months ago
JSON representation
Honkai Star Rail Warp Probability Calculator
- Host: GitHub
- URL: https://github.com/sakan811/honkai-star-rail-warp-calculator
- Owner: sakan811
- Created: 2024-12-27T19:07:54.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-02-17T13:28:41.000Z (4 months ago)
- Last Synced: 2025-02-17T13:39:57.587Z (4 months ago)
- Topics: gin, go, golang, honkai, honkai-star-rail, honkai-starrail, hoyoverse, hsr, vue, vuejs, web, webapp
- Language: Go
- Homepage:
- Size: 147 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Honkai Star Rail 5-Star Warp Probability Calculator
This is a simple calculator to help you estimate the probability of getting a 5-star character in Honkai Star Rail.
## Status
[](https://github.com/sakan811/honkai-star-rail-warp-calculator/actions/workflows/go-test.yml)
[](https://github.com/sakan811/honkai-star-rail-warp-calculator/actions/workflows/frontend-test.yml)
[](https://github.com/sakan811/honkai-star-rail-warp-calculator/actions/workflows/binary-test.yml)
## How to use
1. Download the executable file from the [hsr-warp-calculator-app](./hsr-warp-calculator-app/) folder depending on your operating system.
- [Windows](./hsr-warp-calculator-app/windows/hsrbannercalc.exe)
- [MacOS Intel](./hsr-warp-calculator-app/macos-intel/HSRBannerCalc.app/Contents/MacOS/hsrbannercalc)
- [MacOS Apple Silicon](./hsr-warp-calculator-app/macos-silicon/HSRBannerCalc.app/Contents/MacOS/hsrbannercalc)
2. Run the executable file.
3. Navigate to the in your browser.## General Guidelines
- **Current Pity** is the number of pulls you have done without getting a 5-star character.
- **Planned Pulls** is the number of pulls you plan to do.## Probability Statistics Visualizations
### Standard Banner

### Limited Banner

### Light Cone Banner

Reference:
## How to run the statistics
1. Install Python on your machine.
2. Navigate to the `stats` folder.
- `cd stats`
3. Install the requirements.
- `pip install -r requirements.txt`
4. Run the `hsr_warp_stats.py` file.
- `python hsr_warp_stats.py`