fuzzy-pokedex/README.md

20 lines
732 B
Markdown
Raw Normal View History

2023-04-18 12:42:09 -05:00
# Fuzzy-Pokedex
2023-04-16 11:22:13 -05:00
Very simple fzf based pokedex I built for my son to enjoy
2023-04-16 12:02:34 -05:00
![Screenshot](https://github.com/ericlay/fuzzy-pokedex/blob/main/screenshot.png?raw=true)
2023-04-20 11:19:04 -05:00
Requires BeautifulSoup4, fzf, parallel, espeak-ng, pokemon-colorscipts and, any nerd font; all else should be there
2023-04-16 11:30:09 -05:00
2023-04-17 20:30:02 -05:00
Credits to the great projects below in which do most the heavy lifting: \
2023-04-16 11:31:16 -05:00
https://gitlab.com/phoneybadger/pokemon-colorscripts \
2023-04-18 12:42:09 -05:00
https://github.com/rmccorm4/Pokefetch
## To-do
2023-04-20 21:26:26 -05:00
* [ ] Better arg parsing
2023-04-20 11:18:01 -05:00
* [ ] 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
2023-04-20 21:26:26 -05:00
* [ ] Add ability to filter on various attributes