From bce8cdaec6903b6b2ccd005cda9f5a991614317d Mon Sep 17 00:00:00 2001 From: rattatwinko Date: Sun, 8 Jun 2025 23:16:40 +0200 Subject: [PATCH] last commit for today . fuck all of you --- mucapy/todopackage/todo.py | 37 ++++++++++++++++++++++++++++--------- 1 file changed, 28 insertions(+), 9 deletions(-) diff --git a/mucapy/todopackage/todo.py b/mucapy/todopackage/todo.py index 203f8e0..9ff971d 100644 --- a/mucapy/todopackage/todo.py +++ b/mucapy/todopackage/todo.py @@ -5,6 +5,11 @@ anyways, if you have suggestions pr this shit idk if you are smarter than me then actually do them. +<----------------------------------------------------------------- + I feel more like a Frontend Dev doing this shit. + If you are a Frontend Dev then fuck you. Fuckass React Devs. +-----------------------------------------------------------------> + fuck you , if you can't read this then kys. This is designed to be very readable. -Rattatwinko 8.jun.25 (20:25) """ @@ -14,7 +19,7 @@ class todo: #------------------------------------------------------------------------------------------------------------------------------------------------# self.information : str = """ -Very Good Very Nice Todo List: +MuCaPy TODO List: NOTE: If you want to run this in Visual Studio Codes built in Terminal you will get fucked in your tiny tight ass. NOTE: If you ran this from the Workflow Package, you have somehow managed to fix errors even God cant figure out. @@ -26,14 +31,28 @@ Todo in About ; Seperate File (@todo.py) """ # This will center! - self.instructions_CaSeDi_QLabel : str = """Camera Selection Guide:\n\n - • Local Cameras: Built-in and USB cameras\n - • Network Cameras: IP cameras, DroidCam, etc.\n - • Use checkboxes to select/deselect cameras\n - • Double-click a camera to test the connection\n - • Selected cameras will appear in the preview below - """ +#------------------------------------------------------------------------------------------------------------------------------------------------# + """ + !## This was the Quessadilla Bug at earlier 75. With next commit delete that out of the todo Variable ##! + + This has nothing to do with the About Window + It just happens to fit in here. + I really dont like my Strings in my logic. It throws me off. + I know it overcomplicates shit but Python is readable anyways. + """ + self.instructions_CaSeDi_QLabel : str = """ + + Camera Selection Guide:\n + • Local Cameras: Built-in and USB cameras + • Network Cameras: IP cameras, DroidCam, etc. + • Use checkboxes to select/deselect cameras + • Double-click a camera to test the connection + • Selected cameras will appear in the preview bellow +""" + +#-------------------------------------------------------------------------------------------------------------------------------------------------# + self.todo:str=""" TODO: [X] - Fix Quesadilla Bug. @todo.py:75 , This has nothing to do with the About Window, but the Network Camera Dialog in @main.py:1038/1049 @@ -73,7 +92,7 @@ Cameras: # Return the Camera URL Thing def getcams(self) -> str: return self.cameraURL - + # Get Network Camera Instructions (in the setup dialog) def get_instructions_CaSeDi_QLabel(self) -> str: return self.instructions_CaSeDi_QLabel