logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Pokemon Sprite Display - Pokeget Terminal Sprites | Online Free DevTools by Hexmos

Display Pokemon sprites instantly with Pokeget. Show sprites in terminal, customize appearance, and get random Pokemon with this command-line tool. Free online tool, no registration required.

pokeget

Display sprites of Pokemon in your terminal. More information: https://github.com/talwat/pokeget-rs.

  • Print a sprite of a given pokemon:

pokeget {{pokemon_name}}

  • Print Mr. Mime (note the use of - instead of spaces):

pokeget mr-mime

  • Print Mega Gengar:

pokeget gengar {{[-m|--mega]}}

  • Print a random shiny Pokemon:

pokeget random {{[-s|--shiny]}}

  • Print Alolan Meowth, without printing the Pokemon’s name:

pokeget meowth {{[-a|--alolan]}} --hide-name

  • Print a random Pokemon with 14096 chance to be shiny:

((RANDOM%4096 == 0)) && pokeget random --shiny || pokeget random

See Also