A minimal Pokémon shiny hunter app built with Python for the GB Operator.
How To Use • Roadmap • Contributing • License • Acknowledgments
stationary_demo.mp4
To clone and run this application, you'll need Git, Python 3.10+ and Poetry installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/GavriloviciEduard/ShinyHunter
# Go into the repository
$ cd ShinyHunter
# Install dependencies
$ python -m poetry install
# See available hunters
$ python -m poetry run python .\src\main.py --help
# Run the app
$ python -m poetry run python .\src\main.py --hunter stationary
Note For the application to work the GB Operator software must be up and running.
Note To stop the app at any time just press the Q key.
- Implement stationary shiny hunter
- Implement starter shiny hunter
- Implement wild shiny hunter
- Compatible with Windows
- Compatible with Linux
- Compatible with MacOS
See the open issues for a full list of proposed features (and known issues).
Your contributions are always welcome! Please have a look at the contribution guidelines first.
Distributed under the MIT License. See the LICENSE file for more information.