Commit graph

95 commits

Author SHA1 Message Date
Samuel Henrique
b3b399902b Adds linux instructions 2017-06-10 23:29:12 -03:00
Lazo
2d3a8f98c1 Create README.md 2017-06-10 20:33:28 -04:00
Lazo
babbf8cb9e Merge pull request #14 from samosaara/master
Adds Linux -- Terminology and GNOME support
2017-06-10 20:26:06 -04:00
Samuel Henrique
825cfdf155 Keeping up with origin/master 2017-06-08 00:02:15 -03:00
Samuel Henrique
0a185e0dd9 Bug fixing 2017-06-07 23:52:10 -03:00
Samuel Henrique
4cf4a686a2 Adds GNOME background changing 2017-06-08 02:30:27 +00:00
LazoCoder
38f85f35e8 Added color fix instruction & more credits 2017-06-07 20:42:25 -04:00
Lazo
d5b8599ac4 Merge pull request #11 from BnMcG/random-regions
Randomly select Pokémon from a specific region
2017-06-07 19:30:07 -04:00
Samuel Henrique
63892c5fce Terminology support 2017-06-07 23:15:08 +00:00
Lazo
2db30a4b1e Update README.md 2017-06-07 10:03:29 -04:00
Lazo
df4ed54b0c Merge pull request #8 from joanbono/master
Update README.md
2017-06-07 09:59:16 -04:00
Ben Magee
e55b8583a2 Definitely reverted the scripts this time. 2017-06-07 10:16:48 +01:00
Ben Magee
f554b4781f Reverted Scripts directory back to base repository version. 2017-06-07 10:13:38 +01:00
Ben Magee
3baaada5ed Added the new usage string to the README 2017-06-07 10:07:58 +01:00
Ben Magee
ee624fa99e Updated the usage string to include the new random commands with specified regions. 2017-06-07 10:06:27 +01:00
Ben Magee
1219b1d7c7 Added get_random_from_region(region) function to the Database class, which picks a random Pokemon from the specified region (passed as a string: johto, kanto, hoenn, sinnoh). Added a wrapper in the main.py file, so a call such as 'pokemon random-johto' can be made to pick a random Pokemon from the Johto region. 2017-06-07 10:03:52 +01:00
Joan Bono
3eb25741b7 Update README.md 2017-06-07 06:45:26 +02:00
LazoCoder
7c43b0c93e Bug fix for FileNotFoundError
Attempt at fixing:
[Errno 2] No such file or directory:
'/Library/Frameworks/Python.framework/Versions/3.5/bin/./Data/pokemon.tx
t'
2017-06-06 16:53:55 -04:00
LazoCoder
0e540e387c Changed reference to python interpreter 2017-06-06 13:13:26 -04:00
LazoCoder
392d4a119b Fixed issue with relative path 2017-06-06 12:31:24 -04:00
LazoCoder
cdff8bd418 Updated transparency instruction image
Highlighted what to change in red.
2017-05-29 10:52:33 -04:00
Lazo
270d39fae5 Update README.md 2017-05-29 10:47:50 -04:00
Lazo
42f8476e55 Update README.md 2017-05-20 22:29:25 -04:00
Lazo
5effb96834 Update README.md 2017-05-09 10:12:28 -04:00
Lazo
e11da59bd0 Update README.md 2017-05-09 10:02:39 -04:00
LazoCoder
07da75a82e Added more media for the readme 2017-05-09 09:42:04 -04:00
LazoCoder
3a41115f92 Fixed typo 2017-05-09 09:33:24 -04:00
Lazo
32c7132300 Merge pull request #3 from LazoCoder/complete-refactor
Complete refactor
2017-05-09 09:18:28 -04:00
LazoCoder
abd639c8b9 Fixed typo 2017-05-09 09:13:35 -04:00
LazoCoder
44d471826d Fixed index out of bounds bug in random function 2017-04-30 21:58:43 -04:00
LazoCoder
160fddc46c Removed usage of non existent method 2017-04-29 13:30:35 -04:00
LazoCoder
3551155b3c Changed usage to take up a bit less room.. some other small changes too 2017-04-29 13:29:15 -04:00
LazoCoder
54543b61c7 Fixed bug where inputs with escape code counted the escape code as a letter
If you type ‘_cha’, this should count as 3 letters, not 4. This matters
because typing ‘_ch’ should give suggestions and not change the
wallpaper. Only inputs with 3 characters or above should change the
wallpaper or terminal.
2017-04-29 02:20:17 -04:00
LazoCoder
db2d3fa515 Fixed bug where changing the wallpaper also changed the terminal sometimes 2017-04-29 02:08:46 -04:00
LazoCoder
90b2dbd04f Refactored & added link to main.py 2017-04-29 01:57:47 -04:00
LazoCoder
18f5b8f08d Added ability to check what the current pokemon is in the terminal or wallpaper 2017-04-28 19:17:44 -04:00
LazoCoder
7faf120282 Changing wallpaper support 2017-04-28 18:26:00 -04:00
LazoCoder
9838c3eb15 Refactored database, added different ways of retrieving pokemon & made unit test class 2017-04-28 15:51:42 -04:00
LazoCoder
9dc09c1d79 Fixed Pokemon class where __str__ method wasn't working for null values 2017-04-28 04:02:50 -04:00
LazoCoder
87f8cec207 Added random selection and fixed typo in johto getter 2017-04-28 03:55:40 -04:00
LazoCoder
a863512084 Added script creator and a bunch of print methods 2017-04-28 03:46:39 -04:00
LazoCoder
c8b3c5d8f1 You can see if a Pokemon exists in the database now 2017-04-28 01:48:45 -04:00
LazoCoder
bdca26f777 Created database module 2017-04-28 01:15:04 -04:00
LazoCoder
3eda8c3549 starting from scratch 2017-04-27 23:23:09 -04:00
LazoCoder
2c4902913b Revert "useless"
This reverts commit b3293d6adc.
2017-04-27 23:17:04 -04:00
LazoCoder
b3293d6adc useless 2017-04-27 23:16:57 -04:00
LazoCoder
fb39ddca60 Revert "test"
This reverts commit c61d0138fe.
2017-04-27 23:05:28 -04:00
LazoCoder
c61d0138fe test 2017-04-27 23:05:23 -04:00
LazoCoder
6b061cc41b Updated a readme image 2017-04-27 19:03:52 -04:00
LazoCoder
5320145964 Updated readme 2017-04-27 18:55:06 -04:00