``` # Judith's stupid shitty fucking savings tracker # The supporting code # imports tkinter # imports ttk # sets up tkinter window # adds window title # sets window geometry # don't want those pesky users fucking up the beuatiful ui :3 # The pretty™ # The top label. # if anyone complains this is the only fucking way I could make it work # The length label # The length input # The length combobox [DEPRECATED and i'm too lazy to remove the code hehehe] """ """ # The other length label # all codey no worky make judy go crazy # The deposit label # The deposit input # The deposit combobox # The starting label # The starting input # The starting combobox (just kidding this one doesn't have a combobox) # grid config # HEEEEEEEEERRRRRRRRRREEEEEESSSSSSSS JUDY :3 # oh shit oh fuck it's the fucking calculation logic # error for when the stupid fucking user inputs text into a number box because they're users and of course they fucking will # cause of course a user will somehow manage to fuck it up even more # makes the actual fucking UI load ```