PokéAverage
A CLI Application to retrieve and analyze data from a Pokémon database. This grants insight to the user about the general idea of what each type is good for, and grants them the knowledge to build out their own teams.
Currently, a User can:
specify a database to retrieve information from
pick an ID to return a name of that mon
Future functionality is to add a utility to create a SQLite DB file from a csv, and retrieve other columns of info from that DB file, including stats, resistances, and other useful info.
PokéAverage
A CLI Application to retrieve and analyze data from a Pokémon database. This grants insight to the user about the general idea of what each type is good for, and grants them the knowledge to build out their own teams.
Currently, a User can:
specify a database to retrieve information from
pick an ID to return a name of that mon
Future functionality is to add a utility to create a SQLite DB file from a csv, and retrieve other columns of info from that DB file, including stats, resistances, and other useful info.