Skip to content

GavriloviciEduard/ShinyHunter

Repository files navigation



✨ Shiny Hunter ✨

A minimal Pokémon shiny hunter app built with Python for the GB Operator.

How To UseRoadmapContributingLicenseAcknowledgments

epilogue_leaf_green

stationary_demo.mp4

shiny_stationary

How To Use

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.

(back to top)

Roadmap

  • 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).

(back to top)

Contributing

Your contributions are always welcome! Please have a look at the contribution guidelines first.

(back to top)

License

Distributed under the MIT License. See the LICENSE file for more information.

(back to top)

Acknowledgments

(back to top)