Poke-cli: Pokémon CLI/TUI tool

Hello, everyone!

I’ve been working on a Pokémon CLI/TUI tool for over a year now. I started it because I wanted to learn Go.

GitHub link: GitHub - digitalghost-dev/poke-cli: A hybrid CLI/TUI tool written in Go for viewing Pokémon data from the terminal! Also doubles as a Data Engineering project.

It’s a data focused project that returns data from the video game and trading card game. I mainly use BubbleTea for TUI and styling features.

Here is a demo of viewing card data and images:

poke-cli-card-v1.8.8

and here is a demo for the video game:

demo-v1.6.0

The card command is really focused on data engineering practices as that’s what I do for my 9-5.

Here is a diagram on how I get all the data for the cards:

I’m continuously adding features and updating existing ones. The next minor version will include tournament data from LimitlessTCG. Thanks for taking a look!

4 Likes

Very cool. I will be playing with it.

1 Like