Terminal based Pokédex
Go to file
Eric Lay cc36bf03c4 WIP 2023-04-20 21:26:26 -05:00
pokeData Error handling 2023-04-17 13:10:30 -05:00
LICENSE Initial commit 2023-04-16 11:07:07 -05:00
PKGBUILD TTS testing 2023-04-20 10:38:20 -05:00
README.md WIP 2023-04-20 21:26:26 -05:00
pokeInfo error 2023-04-18 09:29:47 -05:00
pokedex WIP 2023-04-20 21:24:05 -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

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