A shiny hunting companion app written in C++ and SQLite
Find a file
notlaurence a62b10e1cd Added gen2 Pokemon
Added all of gen2 to pokedex.csv

Updated cloneSprites.py to crawl gen2 sprites
2026-01-11 21:57:10 +00:00
.gitignore Created cloneSprites.py 2026-01-10 22:55:20 -08:00
CLIHunter.cpp Update required databases 2025-10-05 14:38:24 -07:00
cloneSprites.py Added gen2 Pokemon 2026-01-11 13:56:21 -08:00
createDbFromCsv.sql Update required databases 2025-10-05 14:38:24 -07:00
pokedex.csv Added gen2 Pokemon 2026-01-11 13:56:21 -08:00
README.md Update README.md 2025-11-02 23:49:16 +00:00

Shiny Charm

A native Pokémon shiny hunting application written in C++, Python and SQLite

Description

This is my answer to never having a "good enough" shiny hunting companion application. Every one I have tried over the years has had various issues, from not having the sprites that I want (all of them) or not having a customizable increment and decrement system to not having every Pokémon available, not having the correct odds, or even simply doing the math wrong on the binomial odds, and because of that, I finally decided to create my own.

This project aims to serve as a one-stop shop for shiny hunting. Managing current hunts, storing previous or paused hunts, and generally being a polished experience overall.

Authors

notlaurence

generic-pers0n