-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathEDLightSync.py
334 lines (261 loc) · 11.4 KB
/
EDLightSync.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
# required modules
from ChromaPython import ChromaApp, ChromaAppInfo
import glob
import os
import config
import lifx
import chroma
import cue
import hue
import subprocess
from time import sleep
from tkinter import *
import psutil
###########################################################
# main function
def start():
processName = "elitedangerous"
while 1 > 0:
for proc in psutil.process_iter():
if processName.lower() not in proc.name().lower():
print("ED running")
#Label(main, text = "You can minimize this window...", bg = "#000000", fg = "#f07b05", font = ("sintony", 12)).pack()
if config.chromaEnable:
# app info and creation (chroma)
info = ChromaAppInfo()
info.DeveloperName = 'Hector Robe'
info.DeveloperContact = 'hector.brobe@gmail.com'
info.Category = 'application'
info.SupportedDevices = ['keyboard']
info.Description = 'Reacts to events in Elite Dangerous'
info.Title = 'Elite Dangerous Sync'
app = ChromaApp(info)
print("Chroma App Started")
else:
print("Chroma App Not Started")
###########################################################
# lights
def whiteBright():
print("white bright testing")
try:
lifx.whiteBright()
except:
print("Failed LIFX")
try:
chroma.whiteBright(app)
except:
print("Failed Chroma")
try:
cue.whiteBright()
except:
print("Failed Cue")
try:
hue.whiteBright()
except:
print("Failed Hue")
def whiteDim():
try:
lifx.whiteDim()
except:
print("Failed LIFX")
try:
chroma.whiteDim(app)
except:
print("Failed Chroma")
try:
cue.whiteDim()
except:
print("Failed Cue")
try:
hue.whiteDim()
except:
print("Failed Hue")
# start as dim white
whiteDim()
def orange():
try:
lifx.orange()
except:
print("Failed LIFX")
try:
chroma.orange(app)
except:
print("Failed Chroma")
try:
cue.orange()
except:
print("Failed Cue")
try:
hue.orange()
except:
print("Failed Hue")
def flashGreen():
try:
chroma.flashGreen(app)
except:
print("Failed Chroma")
try:
lifx.flashGreen()
except:
print("Failed LIFX")
try:
cue.flashGreen()
except:
print("Failed Cue")
try:
hue.flashGreen()
except:
print("Failed Hue")
def flashRed():
# counter
a = 0
while a < 10:
try:
chroma.flashRed(app)
except:
print("Failed Chroma")
try:
lifx.flashRed()
except:
print("Failed LIFX")
try:
cue.flashRed()
except:
print("Failed Cue")
try:
hue.flashRed()
except:
print("Failed Hue")
# add to counter
a = a + 1
# default
try:
lifx.whiteDim()
except:
print("Failed LIFX")
try:
chroma.whiteDim(app)
except:
print("Failed Chroma")
try:
cue.whiteDim()
except:
print("Failed Cue")
try:
hue.whiteDim()
except:
print("Failed Hue")
def flashYellow():
try:
chroma.flashYellow(app)
except:
print("Failed Chroma")
try:
lifx.flashYellow()
except:
print("Failed LIFX")
try:
cue.flashYellow()
except:
print("Failed Cue")
try:
hue.flashYellow()
except:
print("Failed Hue")
def flashBlue():
try:
chroma.flashBlue(app)
except:
print("Failed Chroma")
try:
lifx.flashBlue()
except:
print("Failed LIFX")
try:
cue.flashBlue()
except:
print("Failed Cue")
try:
hue.flashBlue()
except:
print("Failed Hue")
########################################################
sleep(20)
# get latest log
list_of_files = glob.glob(config.logLocation)
try:
latest_file = max(list_of_files, key=os.path.getctime)
print(latest_file)
# open latest log
currentLog = open(latest_file, 'r')
# defines events
music = '"event":"Music", "MusicTrack":"NoTrack"'
underAttack = '"event":"UnderAttack", "Target":"You"'
hullDamage = '"event":"HullDamage"'
heatDamage = '"event":"HeatDamage"'
heatWarning = '"event":"HeatWarning"'
shieldOff = '"event":"ShieldState", "ShieldsUp":false'
shieldOn = '"event":"ShieldState", "ShieldsUp":true'
docked = '"event":"Docked"'
dockedMusic2 = '"event":"Music", "MusicTrack":"Exploration"'
dockedMusic = '"event":"Music", "MusicTrack":"Starport"'
undocked = '"event":"Undocked"'
dockGranted = '"event":"DockingGranted"'
kill = '"event":"PVPKill"'
supercruiseEnter = '"event":"SupercruiseEntry"'
supercruiseExit = '"event":"SupercruiseExit"'
dockingMusic = '"event":"Music", "MusicTrack":"DockingComputer"'
shutdown = '"event":"Shutdown"'
########################################################
# always watching events
while 0 < 1:
# reads lines
reader = currentLog.read().splitlines()
# checks if any events exist
if len(reader) != 0:
# gets last line of log (most recent event)
lastLine = reader[-1]
# removes music from results
if music not in lastLine:
# prints last line of file
print(lastLine)
# checks for different events and runs functions
if shieldOff in lastLine:
orange()
sleep(1)
elif docked in lastLine or dockedMusic in lastLine or shutdown in lastLine: # or dockedMusic2 in lastLine:
whiteBright()
elif shieldOn in lastLine or undocked in lastLine or dockingMusic in lastLine:
whiteDim()
elif dockGranted in lastLine or kill in lastLine:
flashGreen()
elif supercruiseEnter in lastLine:
flashYellow()
elif supercruiseExit in lastLine:
flashBlue()
elif underAttack in lastLine or hullDamage in lastLine or heatDamage in lastLine or heatWarning in lastLine:
flashRed()
# does nothing
else:
pass
except:
print("Please add your Elite Dangerous log file location to the config.py file before running")
else:
print("ED not running")
########################################################
# gui setup
main = Tk()
main.title("Elite Dangerous Light Sync")
main.geometry("700x500")
main.configure(background = "#000000")
# logo image
edlogo = PhotoImage(file = "assets\edlogo2.gif")
# gui
Label(main, text = "Elite Dangerous Light Sync", bg = "#000000", fg = "#f07b05", font = ("euro caps", 38)).pack()
Label(main, bg = "#000000").pack()
Label(main, text = "Created by Hector Robe", bg = "#000000", fg = "#f07b05", bd = "0", font = ("sintony", 12)).pack()
Label(main, bg = "#000000").pack()
Button(main, compound = LEFT, image = edlogo, borderwidth = 0, highlightthickness = 0, pady = 0, padx = 10, text = "Start Lighting", relief = SOLID, command = start, bg = "#f07b05", fg = "#ffffff", font = ("euro caps", 32)).pack()
Label(main, bg = "#000000").pack()
# gui setup
main.mainloop()