Skip to content

My AP Computer Science Principles project

License

Notifications You must be signed in to change notification settings

That-Human-Being/pokesearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pokesearch

My AP Computer Science Principles project

A python program that displays storage bin images of Pokemon from the Generation III games (I pulled most of the images from pokeemerald). The program works by using full 24 bit RGB ANSI escape codes to display the images in the terminal, image data is obtained by using Pillow to read the .png files then each pixel is printed as two spaces with the background color as determined by the current pixel.

The main branch is an archive of the code as I had submited it, while the redux branch is for any changes I think to make to it

Dependencies

The only dependency is Pillow, which is easily installed by running

pip install Pillow

About

My AP Computer Science Principles project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages