Hello all, I wanted to share a project that I've been working for awhile now. A hybrid CLI/TUI tool for viewing Pokémon data/stats for the video game.
I'm continuously adding/improving this by adding more info to commands or improving current ones.
Here are a list of commands so far:
Below is a demo! GitHub Repository
I'm continuously adding/improving this by adding more info to commands or improving current ones.
Here are a list of commands so far:
Markdown (GitHub flavored):
│ COMMANDS: │
│ ability Get details about an ability │
│ berry Get details about a berry │
│ item Get details about an item │
│ move Get details about a move │
│ natures Get details about all natures │
│ pokemon Get details about a Pokémon │
│ search Search for a resource │
│ speed Calculate the speed of a Pokémon in battle │
│ types Get details about a typing │
Below is a demo! GitHub Repository