Commit graph

13 commits

Author SHA1 Message Date
LazoCoder
94fea57850 Fixed formatting issues where columns were not aligned
When printing Pokemon from a region or letter the columns would be off
sometimes because the numbers of the Pokemon have a different quantity
of digits. Example: “2 Ivysaur” should be printed as “002 Ivysaur”.
2017-04-21 00:27:01 -04:00
LazoCoder
199de34fc8 Added ability to print all Pokemon with particular letter & help menu 2017-04-21 00:04:47 -04:00
LazoCoder
32a990e369 Refactored into multiple modules
Code was getting lengthy so I split it up.
2017-04-20 23:24:04 -04:00
LazoCoder
1e4ff51d91 Run.sh generation
Now the program should work no matter what directory it is in
2017-04-20 23:08:06 -04:00
LazoCoder
ddd9bab6ad Made Pokemon Name to Number conversion more accurate
Instead of using “contains”, using “ends in”.
2017-04-20 21:59:30 -04:00
LazoCoder
e1d88c4527 Finished debug method, removed useless picture, and added better exception handling 2017-04-19 23:13:32 -04:00
LazoCoder
4cf77373f2 Refactored package structure, added to do list, and ability to print pokemon by region
The user can now type: “python3.5 Main.py kanto” and it will print all
the pokemon in the kanto region, as well as their corresponding number.
Supports kanto, johto, hoenn, and sinnoh
2017-04-19 02:59:34 -04:00
LazoCoder
197f638c32 Added ability to change background image 2017-04-18 23:49:06 -04:00
LazoCoder
24fcd9d6ba Added scripts for changing background 2017-04-18 21:28:43 -04:00
LazoCoder
51468f6117 Added images & notes 2017-04-18 21:26:21 -04:00
Lazo
e021318669 Update .gitignore 2017-04-18 19:22:59 -04:00
Lazo
639f2233fb Update .gitignore 2017-04-18 15:15:08 -04:00
Lazo
767edcee47 Initial commit 2017-04-18 14:04:54 -04:00