From 06dd07104322fce08c443a2d37b04cc8f59210be Mon Sep 17 00:00:00 2001 From: multiverseweb Date: Sun, 14 Jul 2024 20:02:10 +0530 Subject: [PATCH] added data --- .../financeTracker.cpython-311.pyc | Bin 15295 -> 15292 bytes software/financeTracker.py | 2 +- software/mainGUI.py | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/software/__pycache__/financeTracker.cpython-311.pyc b/software/__pycache__/financeTracker.cpython-311.pyc index 6e5cfe5d67ff64532a090cafc28626c3109ae9fd..92d68051554219a3a00adaba1f6147000665cb8c 100644 GIT binary patch delta 221 zcmdmAzNegfIWI340}u#4oV<}co6*bI#M~q`sfu0MG&R}M%;*+dWok}NemPJe&BD^u z!~n=JGPE?bNCq;DlT3{)Kx&hdP0Y05X!3P0Ylqn4Hs8>(XB27&T6&8sH?blcTO&_ zP-WW!R8zEN@@$Lm;uAs4(;z*pd8N4pl|^$w0+T1Nv@~Yyn0(hVNaZ+KF^G@`5egte Y4oLjsu*uC&Da}c>D|)aw*ea6|09^t~$p8QV diff --git a/software/financeTracker.py b/software/financeTracker.py index 2379918..8906ebd 100644 --- a/software/financeTracker.py +++ b/software/financeTracker.py @@ -9,7 +9,7 @@ from datetime import datetime, timedelta,date #for x-axis time class-width from matplotlib.widgets import Cursor as lines #===============================================================================================================plot colors -colors=["#fde725","#5ec962","#21918c","#3b528b","#440154","#f89540","#cc4778","cyan","#7e03a8","tomato","tan","#0d0887","green","blue","indigo","violet"] +colors=["#3474eb","#5ec962","yellow","#f89540","#21918c","#3b528b","#cc4778","cyan","#440154","#7e03a8","tomato","tan","#0d0887","green","blue","indigo"] #==================================================================================================connecting MySQL import mysql.connector as my #required modules mycon=my.connect(host='localhost',user='root',passwd='tejas123',database='finance') diff --git a/software/mainGUI.py b/software/mainGUI.py index 03843aa..a2ae270 100644 --- a/software/mainGUI.py +++ b/software/mainGUI.py @@ -15,7 +15,7 @@ from matplotlib.widgets import Cursor #for lines on hover in plot import numpy as np #for x-axis time arange #===================================================================================================================plot colors -colors=["#fde725","#5ec962","#21918c","#3b528b","#440154","#f89540","#cc4778","cyan","#7e03a8","tomato","tan","#0d0887","green","blue","indigo","red"] +colors=["#3474eb","#5ec962","yellow","#440154","#f89540","#21918c","#3b528b","#cc4778","cyan","#7e03a8","tomato","tan","#0d0887","green","blue","indigo"] #===================================================================================================================connecting mySQL mycon=financeTracker.mycon cursor=financeTracker.cursor