possatti / pokemonsay

"pokemonsay" is like "cowsay" but for pokémon.
MIT License
506 stars 55 forks source link

I added the whole entire Pokédex (as of May 7, 2023) to cows #23

Open Huckdirks opened 1 year ago

Huckdirks commented 1 year ago

I added the whole Pokédex to cows. I also created a Python script (download_pokemon.py) to download all the Pokémon sprites from each generation as .png files, a script (strip_num.py) to get rid of the number from the .png file (would turn Charmander2.png into Charmander.png because download_pokemon.py names the files by generation to avoid copies), and make_cows.py to convert the images to .cow files if make_cows.sh doesn't work for some reason. make_cows.sh should work if you download img2xterm from the updated link in the readme though. I updated the link to a fork of the repository I made because an include path in the source code of img2xterm was outdated, so I went ahead and updated it. make_cows.sh is still preferred over my new make_cows.py, but it's a decent alternative.