Terminal based Pokédex
Go to file
Eric Lay d8441086d9 TTS initial functionality 2023-04-20 11:29:05 -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 Update README.md 2023-04-20 11:19:04 -05:00
pokeInfo error 2023-04-18 09:29:47 -05:00
pokedex TTS initial functionality 2023-04-20 11:29: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

  • Rewrite arg parsing loop
  • Drop echo, use printf instead
  • 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 ripgrep to filter on various attributes