Skip to content

Prompts user to request any information on Pokemon. Uses Python/Sqlite3

Notifications You must be signed in to change notification settings

nmontana42/Pokedex

Repository files navigation

Pokedex is developed with Python's sqlite3 module with data retreived from data.world

Project Objectives

A. Showcase proper use of classes, methods, and objects

B. Utilize SQL Select statements from a manually created DB file

C. Understand basic data science concepts

D. Gain an understanding of third party APIs

This program takes pokemon user input and analyzes it using SQL

Current functionalities:

  1. When a user types a number 1 - 6 the program displays all pokemon from the specified generation

  2. Typing in a pokemon type (i.e Rock, Dragon, Fire) displays pokemon of that type

  3. Typing 'Legengaries' will display all legendaries from generation 1 - 6

    a. Users can specify type specific legendaries ("Fire legendaries") b. Legendaries from a specific generation

About

Prompts user to request any information on Pokemon. Uses Python/Sqlite3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages