Update README.md
This commit is contained in:
parent
e888607c9e
commit
286a0e8cfd
12
README.md
12
README.md
|
@ -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)
|
||||||
|
@ -7,4 +7,12 @@ 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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue