last commit for today . fuck all of you
All checks were successful
Build MuCaPy Executable / build-and-package (push) Successful in 1m43s

This commit is contained in:
rattatwinko
2025-06-08 23:16:40 +02:00
parent 24cb9b214c
commit bce8cdaec6

View File

@@ -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,13 +31,27 @@ 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:
@@ -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