This program stores data associated with creatures similar to pokemon called pakuri, including the species, attack, defense, and speed. This is accomplished with a list of pakuri objects, which each contain a variable for each attribute the pakuri has. This project was completed in Programming Fundamentals 1.
- Clone the pakudex repository
- Open repository in an IDE
- Navigate to pakuri_program.py and run it in the IDE.
- The program will run in the terminal.