Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 763 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 763 Bytes

Pokemon True Color

Pokemon True Color is a Python script to visualize random pokemon in terminal.

Requirements

  1. Internet connection
  2. Terminal with truecolor support

    Check this post to know more about truecolor in terminal.

How to Use

  1. Install dependencies

    pip install -r requirements.txt

  2. Finally run

    python3 pokemon.py

  3. Voila!

image

API Source

This project uses Python 3 wrapper pokebase to load data from the PokéAPI database.

Contribution

Contribution in any form will be appreciated.

License

This project is licensed under MIT License.