No description
Find a file
2017-04-25 15:48:48 -04:00
.idea Made Pokemon Name to Number conversion more accurate 2017-04-20 21:59:30 -04:00
Data Made Pokemon Name to Number conversion more accurate 2017-04-20 21:59:30 -04:00
Images Finished debug method, removed useless picture, and added better exception handling 2017-04-19 23:13:32 -04:00
Notes Updated some comments and added global execution support 2017-04-24 04:18:08 -04:00
Samples Updated samples for readme 2017-04-25 15:48:48 -04:00
Scripts More samples for readme 2017-04-25 15:48:24 -04:00
.gitignore Update .gitignore 2017-04-18 19:22:59 -04:00
backchanger.py Refactored comments 2017-04-25 11:20:15 -04:00
extractor.py Refactored comments 2017-04-25 11:20:15 -04:00
filegen.py Refactored comments 2017-04-25 11:20:15 -04:00
LICENSE Initial commit 2017-04-18 14:04:54 -04:00
main.py Added region specific slideshow 2017-04-25 11:32:44 -04:00
pokemon Updated some comments and added global execution support 2017-04-24 04:18:08 -04:00
printer.py More samples for readme 2017-04-25 15:48:24 -04:00
README.md Update README.md 2017-04-25 14:57:47 -04:00

Pokemon-Terminal

Pokemon terminal themes for iTerm2. Supports a total of 493 unique Pokemon.

alt-tag

Sample Set #1 Sample Set #2
alt-tag alt-tag
alt-tag alt-tag
alt-tag alt-tag
alt-tag alt-tag
alt-tag alt-tag
alt-tag alt-tag
alt-tag alt-tag
alt-tag alt-tag
alt-tag alt-tag
alt-tag alt-tag
alt-tag alt-tag
alt-tag alt-tag

Setting Up

To do.

Usage


Usage:
    pokemon [parameter]

Parameters:
    [name]      -   Change the terminal background to the specified Pokemon.
    [index]     -   Change the terminal background to a Pokemon by its index.
    [region]    -   List all the Pokemon of the specified region.
    [letter]    -   List all Pokemon who's names begin with a particular letter.

Other Parameters:
    pokemon all             -   List all the Pokemon supported.
    pokemon random          -   Pick a Pokemon at random.
    pokemon regions         -   List all the available regions.
    pokemon slideshow       -   Iterate through each Pokemon.
    pokemon slideshow-kanto -   Iterate through each Pokemon in the specified reigon.
    pokemon help            -   Display this menu.
    

Example:

alt-tag

Suggestions

I highly suggest making the font colors black and the terminal window transparent. Some of the images have both light and dark colours and so it can be difficult to see the font sometimes. Transparency resolves this issue. Since Pokemon Terminal only changes the background, the transparency must be done manually:

  1. Navigate to iTerm2 > Preferences > Profiles > Window
  2. Set the transparency to the center value.
  3. Hit the "blur" checkbox.
  4. Set the blur to maximum.

alt-tag

Solutions for Issues

If you experience a line at the top of the terminal after changing the Pokemon, you can remove it by typing in the clear command or opening a new terminal.

alt-tag