• Smogon Premier League is here and the team collection is now available. Support your team!
  • The moderator of this forum is jetou.
  • Welcome to Smogon! Take a moment to read the Introduction to Smogon for a run-down on everything Smogon, and make sure you take some time to read the global rules.

Programming poke-cli: a Pokemon CLI tool for view data from the terminal!

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:

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

demo-v1.6.0.gif
 
Back
Top