Skip to content

Commit 09fc32a

Browse files
author
Jason Hunter
committed
Updated to FIFA 17
1 parent 2e28e7d commit 09fc32a

File tree

13 files changed

+132
-77
lines changed

13 files changed

+132
-77
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ my_data = [('.\\images', 'images'),
55
('.\\fonts', 'fonts')]
66

77

8-
a = Analysis(['FIFA 16 Auto Buyer.py'],
8+
a = Analysis(['FIFA 17 Auto Buyer.py'],
99
pathex=['..\\fut', '.'],
1010
binaries=None,
1111
datas=my_data,
@@ -21,7 +21,7 @@ pyz = PYZ(a.pure, a.zipped_data,
2121
exe = EXE(pyz,
2222
a.scripts,
2323
exclude_binaries=True,
24-
name='FIFA 16 Auto Buyer',
24+
name='FIFA 17 Auto Buyer',
2525
debug=False,
2626
strip=None,
2727
upx=True,
@@ -32,4 +32,4 @@ coll = COLLECT(exe,
3232
a.datas,
3333
strip=None,
3434
upx=True,
35-
name='FIFA 16 Auto Buyer')
35+
name='FIFA 17 Auto Buyer')

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
__author__ = 'Jason Hunter'
44
__author_email__ = 'hunterjm@gmail.com'
55
__license__ = 'GNU GPL v3'
6-
__copyright__ = 'Copyright 2015 Jason Hunter'
6+
__copyright__ = 'Copyright 2016 Jason Hunter'

frames/playersearch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class PlayerSearch(Base):
1515
def __init__(self, master, controller):
1616
Base.__init__(self, master, controller)
1717
self.master = master
18-
self.url = 'https://www.easports.com/uk/fifa/ultimate-team/api/fut/item'
18+
self.url = 'https://www.easports.com/fifa/ultimate-team/api/fut/item'
1919
self._job = None
2020
self.player = tk.StringVar()
2121
self._playerName = ''

images/cards/cards_big.json

Lines changed: 50 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -47,93 +47,123 @@
4747
"height": 316,
4848
"width": 202
4949
},
50-
"aqua": {
50+
"champions_bronze": {
5151
"image": "group1",
52-
"position": 0,
53-
"height": 358,
54-
"width": 252
52+
"position": 0,
53+
"height": 316,
54+
"width": 202
55+
},
56+
"champions_gold": {
57+
"image": "group1",
58+
"position": 316,
59+
"height": 316,
60+
"width": 202
5561
},
56-
"easports": {
62+
"champions_silver": {
5763
"image": "group1",
58-
"position": 358,
64+
"position": 632,
5965
"height": 316,
6066
"width": 202
6167
},
62-
"green": {
68+
"futties_winner": {
6369
"image": "group1",
64-
"position": 674,
70+
"position": 948,
71+
"height": 316,
72+
"width": 202
73+
},
74+
"imotm": {
75+
"image": "group1",
76+
"position": 1264,
6577
"height": 316,
6678
"width": 202
6779
},
6880
"motm": {
6981
"image": "group1",
70-
"position": 990,
82+
"position": 1580,
83+
"height": 316,
84+
"width": 202
85+
},
86+
"ones_to_watch": {
87+
"image": "group1",
88+
"position": 1896,
7189
"height": 316,
7290
"width": 202
7391
},
7492
"pink": {
7593
"image": "group1",
76-
"position": 1306,
94+
"position": 2212,
7795
"height": 316,
7896
"width": 202
7997
},
8098
"purple": {
8199
"image": "group1",
82-
"position": 1622,
100+
"position": 2528,
101+
"height": 316,
102+
"width": 202
103+
},
104+
"record_breaker": {
105+
"image": "group1",
106+
"position": 2844,
107+
"height": 316,
108+
"width": 202
109+
},
110+
"sbc_base": {
111+
"image": "group1",
112+
"position": 3160,
83113
"height": 316,
84114
"width": 202
85115
},
86116
"teal": {
87117
"image": "group1",
88-
"position": 1938,
118+
"position": 3476,
89119
"height": 316,
90120
"width": 202
91121
},
92122
"tots_bronze": {
93123
"image": "group1",
94-
"position": 2254,
124+
"position": 3792,
95125
"height": 316,
96126
"width": 202
97127
},
98128
"tots_gold": {
99129
"image": "group1",
100-
"position": 2570,
130+
"position": 4108,
101131
"height": 316,
102132
"width": 202
103133
},
104134
"tots_silver": {
105135
"image": "group1",
106-
"position": 2886,
136+
"position": 4424,
107137
"height": 316,
108138
"width": 202
109139
},
110140
"totw_bronze": {
111141
"image": "group1",
112-
"position": 3202,
142+
"position": 4740,
113143
"height": 316,
114144
"width": 202
115145
},
116146
"totw_gold": {
117147
"image": "group1",
118-
"position": 3518,
148+
"position": 5056,
119149
"height": 316,
120150
"width": 202
121151
},
122152
"totw_silver": {
123153
"image": "group1",
124-
"position": 3834,
154+
"position": 5372,
125155
"height": 316,
126156
"width": 202
127157
},
128158
"toty": {
129159
"image": "group1",
130-
"position": 4150,
160+
"position": 5688,
131161
"height": 316,
132162
"width": 202
133163
},
134164
"concept": {
135165
"image": "group2",
136-
"position": 316,
166+
"position": 0,
137167
"height": 316,
138168
"width": 202
139169
}

images/cards/cards_small.json

Lines changed: 75 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -9,104 +9,129 @@
99
"height": 61,
1010
"width": 40
1111
},
12-
"concept": {
12+
"fut_champions_bronze": {
1313
"position": 122,
1414
"height": 61,
1515
"width": 41
1616
},
17-
"easports": {
17+
"fut_champions_gold": {
1818
"position": 183,
19-
"height": 63,
20-
"width": 41
19+
"height": 61,
20+
"width": 40
21+
},
22+
"fut_champions_silver": {
23+
"position": 244,
24+
"height": 61,
25+
"width": 40
26+
},
27+
"futties_winner": {
28+
"position": 305,
29+
"height": 61,
30+
"width": 40
2131
},
2232
"gold": {
23-
"position": 246,
33+
"position": 366,
2434
"height": 61,
2535
"width": 40
2636
},
27-
"green": {
28-
"position": 307,
29-
"height": 62,
37+
"imotm": {
38+
"position": 427,
39+
"height": 61,
3040
"width": 40
3141
},
3242
"legend": {
33-
"position": 369,
34-
"height": 62,
35-
"width": 41
43+
"position": 488,
44+
"height": 61,
45+
"width": 40
3646
},
3747
"motm": {
38-
"position": 431,
39-
"height": 62,
48+
"position": 549,
49+
"height": 61,
50+
"width": 40
51+
},
52+
"ones_to_watch": {
53+
"position": 610,
54+
"height": 61,
4055
"width": 40
4156
},
4257
"pink": {
43-
"position": 493,
44-
"height": 62,
58+
"position": 671,
59+
"height": 61,
4560
"width": 40
4661
},
4762
"purple": {
48-
"position": 555,
49-
"height": 62,
63+
"position": 732,
64+
"height": 61,
5065
"width": 40
5166
},
5267
"rare_bronze": {
53-
"position": 617,
54-
"height": 62,
55-
"width": 41
68+
"position": 793,
69+
"height": 61,
70+
"width": 40
5671
},
5772
"rare_gold": {
58-
"position": 679,
59-
"height": 62,
60-
"width": 41
73+
"position": 854,
74+
"height": 61,
75+
"width": 40
6176
},
6277
"rare_silver": {
63-
"position": 741,
64-
"height": 62,
65-
"width": 41
78+
"position": 915,
79+
"height": 61,
80+
"width": 40
81+
},
82+
"record_breaker": {
83+
"position": 976,
84+
"height": 61,
85+
"width": 40
86+
},
87+
"sbc_base": {
88+
"position": 1037,
89+
"height": 61,
90+
"width": 40
6691
},
6792
"silver": {
68-
"position": 803,
93+
"position": 1098,
6994
"height": 61,
7095
"width": 40
7196
},
7297
"teal": {
73-
"position": 864,
74-
"height": 62,
98+
"position": 1159,
99+
"height": 61,
75100
"width": 40
76101
},
77102
"tots_bronze": {
78-
"position": 926,
79-
"height": 63,
80-
"width": 41
103+
"position": 1220,
104+
"height": 61,
105+
"width": 40
81106
},
82107
"tots_gold": {
83-
"position": 989,
84-
"height": 63,
85-
"width": 41
108+
"position": 1281,
109+
"height": 61,
110+
"width": 40
86111
},
87112
"tots_silver": {
88-
"position": 1052,
89-
"height": 63,
90-
"width": 41
113+
"position": 1342,
114+
"height": 61,
115+
"width": 40
91116
},
92117
"totw_bronze": {
93-
"position": 1115,
94-
"height": 63,
95-
"width": 41
118+
"position": 1403,
119+
"height": 61,
120+
"width": 40
96121
},
97122
"totw_gold": {
98-
"position": 1178,
99-
"height": 63,
100-
"width": 41
123+
"position": 1464,
124+
"height": 61,
125+
"width": 40
101126
},
102127
"totw_silver": {
103-
"position": 1241,
104-
"height": 63,
105-
"width": 41
128+
"position": 1525,
129+
"height": 61,
130+
"width": 40
106131
},
107132
"toty": {
108-
"position": 1304,
109-
"height": 63,
110-
"width": 41
133+
"position": 1586,
134+
"height": 61,
135+
"width": 40
111136
}
112137
}

images/cards/cards_small.png

29.8 KB
Loading

images/cards/group0.png

42.9 KB
Loading

images/cards/group1.png

275 KB
Loading

images/cards/group2.png

-81.9 KB
Loading

0 commit comments

Comments
 (0)