Terminal based Pokédex
Go to file
Eric Lay aeb1671512 update for dev branch 2023-04-22 14:25:34 -05:00
pokeData init Dev branch / PokeAPI re-write 2023-04-22 12:02:33 -05:00
LICENSE Initial commit 2023-04-16 11:07:07 -05:00
PKGBUILD update for dev branch 2023-04-22 14:25:34 -05:00
README.md Update README.md 2023-04-20 21:30:46 -05:00
jqPoke add test files 2023-04-22 12:03:58 -05:00
jqPokeTest add test files 2023-04-22 12:03:58 -05:00
jqPokeTest2 add test files 2023-04-22 12:03:58 -05:00
keybindings-preview fixed keybinds only preview/printf commands 2023-04-21 09:27:44 -05:00
pokeInfo init Dev branch / PokeAPI re-write 2023-04-22 12:02:33 -05:00
pokedex-dev update for dev branch 2023-04-22 14:25:34 -05:00
screenshot.png updated screenshot 2023-04-16 12:00:46 -05:00

README.md

Fuzzy-Pokedex

Very simple fzf based pokedex I built for my son to enjoy

Screenshot

Requires BeautifulSoup4, fzf, parallel, espeak-ng, pokemon-colorscipts and, any nerd font; all else should be there

Use fzf to search Pokemon stats 
Can optionally search by name

EXAMPLE
	pokedex [pokemon name]

OPTIONS
	-q, --quick [pokemon]
		Prints single pokedex entry to terminal
	-u, --update [N/+N/-N/N%]
		Scrape web for updated Pokemon stats
		WARNING: update function is resource heavy
		See Parallel job control (-j) for options
		Default is 200%
	-h, --help
		Print this help screen

KEYBINDS
	space	Reads the Pokedex entry
	ctrl-space	Stops reading the Pokedex entry
	ctrl-n	Shows small sprite version
	ctrl-b	Shows large sprite version
	ctrl-s	Shows shiny sprite version
	ctrl-h	Shows this help screen in preview window

Credits to the great projects below in which do most the heavy lifting:
https://gitlab.com/phoneybadger/pokemon-colorscripts
https://github.com/rmccorm4/Pokefetch

To-do

  • Better arg parsing
  • Rewrite to use PokeAPI as data source
  • Refactor to allow user to choose local data source or from web
  • Get sprites from PokeAPI if possible
  • Work on TTS to read entries
  • Add ability to filter on various attributes