You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bsodfrown = Label(bsod, text=":( Your PC is boiling mad!", bg="#0262AF", fg="white", font=("consolas", 40))
bsodfrown.pack(pady=20)
bsoddetails = Label(bsod, text="Oh, no! Your PC is boiling mad. This software is trying to calm it down by using a stack of big ice cubes. Please wait for this process to complete.", bg="#0262AF", fg="white", font=("classic console neue", 30), wraplength=800)