No description
Find a file
2017-04-28 01:15:04 -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 Added playboy pikachu 2017-04-27 18:31:12 -04:00
Samples Updated a readme image 2017-04-27 19:03:52 -04:00
Scripts Revert "useless" 2017-04-27 23:17:04 -04:00
Source Created database module 2017-04-28 01:15:04 -04:00
.gitignore Update .gitignore 2017-04-18 19:22:59 -04:00
LICENSE Initial commit 2017-04-18 14:04:54 -04:00
README.md Updated readme 2017-04-27 18:55:06 -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

How to Install

  1. Make sure you have Python 3.5 or higher.
  2. Make sure you have iTerm2. If you have homebrew you can install iTerm with the following command:
    brew cask install iterm2
    
  3. Download the repository and unzip it.
  4. Locate ~/.bash_profile and add the path to the repository so that it may be accessed from anywhere. Example:
    # Pokemon
    PATH="/Users/Laki/GitHub/Pokemon-Terminal:${PATH}"
    
  5. Reload ~/.bash_profile so that the above changes are updated:
    $ source ~/.bash_profile
    
  6. Now you can change the terminal background like so:
    $ pokemon pikachu
    

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 ?               -   Identify the current Pokemon.
    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 extra           -   List all the Pokemon from the 'Extra' folder.
    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

Adding Custom Images

The folder Images/Extra is for adding custom images. You can manually add backgrounds to this folder and they will be visible to the program. To see a list of all the custom backgrounds type:

pokemon extra

Alternatively, you can delete images from this folder and it will not break the program.

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

Notes

  • Nearly all of the Pokemon backgrounds were created by Teej.
  • Originally the images were about 100mb in total but I used pngquant to compress them down to about 30mb.
  • Since the images are compressed a few of them have some mild compression artifacts that are noticeable if the terminal is in full screen.