Update README.md

This commit is contained in:
Eric Lay 2023-04-18 12:42:09 -05:00 committed by GitHub
parent e888607c9e
commit 286a0e8cfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# fuzzy-pokedex # Fuzzy-Pokedex
Very simple fzf based pokedex I built for my son to enjoy Very simple fzf based pokedex I built for my son to enjoy
![Screenshot](https://github.com/ericlay/fuzzy-pokedex/blob/main/screenshot.png?raw=true) ![Screenshot](https://github.com/ericlay/fuzzy-pokedex/blob/main/screenshot.png?raw=true)
@ -8,3 +8,11 @@ Requires BeautifulSoup4, fzf, parallel, pokemon-colorscipts and, any nerd font;
Credits to the great projects below in which do most the heavy lifting: \ Credits to the great projects below in which do most the heavy lifting: \
https://gitlab.com/phoneybadger/pokemon-colorscripts \ https://gitlab.com/phoneybadger/pokemon-colorscripts \
https://github.com/rmccorm4/Pokefetch https://github.com/rmccorm4/Pokefetch
## To-do
* [ ] Make sure it works for every single pokemon
* [ ] Get higher quality images to output if possible
* [ ] Scrape more relevant information about the pokemon
* [ ] Rewrite scraping method to use [Bulbapedia](http://bulbapedia.bulbagarden.net)