Pokemon

For the computer terminal lovers: a Pokémon CLI/TUI tool!



Hello, I wanted to show a project I have been working on. A CLI/TUI tool written in Go (still learning).

This tool allows you to view data about Pokémon related to the video game. (Going to introduce card data at some point).

Here is the GitHub repository if you're interested in using or learning more about it: https://github.com/digitalghost-dev/poke-cli

Here are some examples!

You can look at abilities, base stats, and typing of a Pokémon:

https://preview.redd.it/9c4l3ijvgk7f1.png?width=1532&format=png&auto=webp&s=2100d7defb7532f5fa390c16a08f0de8e6a3f4ce

You can print out a pixel image of a Pokémon:

https://preview.redd.it/q3g9na38ik7f1.png?width=1912&format=png&auto=webp&s=eceabd0eb05634bdf8b9f0b278ad18ffa1a0f9c3

You can view data about a move:

https://preview.redd.it/y9xjubtcik7f1.png?width=1532&format=png&auto=webp&s=219e6387682e621e6a87a34f38302354e42b9a04

You can get a damage chart for a selected type:

https://i.redd.it/40wbfq1lik7f1.gif

You can even search for a Pokémon, an ability or a move!

https://i.redd.it/vicmnemgik7f1.gif

by digitalghost-dev

Write A Comment