Skip to content

gosreya/pokedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pokedex

A wild Pikachu appeared!

`;-.          ___,
  `.`\_...._/`.-"`
    \        /      ,
    /()   () \    .' `-._
   |)  .    ()\  /   _.'
   \  -'-     ,; '. <
    ;.__     ,;|   > \
   / ,    / ,  |.-'.-'
  (_/    (_/ ,;|.<`
    \    ,     ;-`
     >   \    /
    (_,-'`> .'
jgs      (_,'

Luckily you have pokedex, your personal command line guidebook to the world of Pokémon.

Call pokedex <pokemon> to get the Pokémon's profile. Don't know how to spell the Pokémon's name? No worries, the pokedex has a built in spell correction.

pokedex use case

pokedex help output

Installation

Option 1: Use pip

pip install "git+https://github.com/gosreya/pokedex.git"

Option 2: Run a bash script

For Unix environments:

Place the folder 'pokedex' in a convenient directory, like '/usr/local/etc/', and place the following script in 'usr/local/bin' (replacing the file path with the one you choose).

#!/bin/bash

a=$1
b=$2
/usr/local/etc/pokedex/main.py $a $b

Option 3: Don't install it

Use the Pokedex (an older version) w/ no hassle on Replit (Just click 'Run').

Credits

All Pokémon data is retrieved from the pokeapi.

All ASCII art used in the Pokedex was created by Maija Haavisto, and all art (including the above Pikachu for which I have not found the creditee) was taken from the ASCII Art Archive.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages