https://github.com/sakan811/gacha-game-pull-calculator
Gacha Pull Probability Calculator
https://github.com/sakan811/gacha-game-pull-calculator
gacha gacha-game game genshin-impact gin go golang honkai honkai-star-rail honkai-starrail hoyoverse hsr vue vuejs web webapp zenless-zone-zero
Last synced: 2 months ago
JSON representation
Gacha Pull Probability Calculator
- Host: GitHub
- URL: https://github.com/sakan811/gacha-game-pull-calculator
- Owner: sakan811
- Created: 2024-12-27T19:07:54.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-22T17:27:36.000Z (2 months ago)
- Last Synced: 2025-03-22T18:25:26.516Z (2 months ago)
- Topics: gacha, gacha-game, game, genshin-impact, gin, go, golang, honkai, honkai-star-rail, honkai-starrail, hoyoverse, hsr, vue, vuejs, web, webapp, zenless-zone-zero
- Language: Go
- Homepage:
- Size: 164 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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.## Disclaimer
Assumes that the rate-increase is 7% for all banners in Genshin Impact, Honkai Star Rail, and Zenless Zone Zero.
## 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
[Click here](/docs/VISUAL.md) to view the visualizations.
Reference:
## How to run the statistics script
1. Install [Python](https://www.python.org/downloads/) on your machine.
2. Install [UV](https://docs.astral.sh/uv/getting-started/installation/), a Python package manager.
3. Navigate to the `stats` folder.
- `cd stats`
4. Create a virtual environment.
- `uv venv`
5. Activate the virtual environment.
- On Windows: `venv\Scripts\activate`
- On macOS/Linux: `source venv/bin/activate`
6. Install the requirements.
- `uv pip install -r requirements.txt`
7. Run the `stats_main.py` file.
- `python stats_main.py`