last commit for today . fuck all of you
All checks were successful
Build MuCaPy Executable / build-and-package (push) Successful in 1m43s
All checks were successful
Build MuCaPy Executable / build-and-package (push) Successful in 1m43s
This commit is contained in:
@@ -5,6 +5,11 @@ anyways, if you have suggestions pr this shit
|
|||||||
|
|
||||||
idk if you are smarter than me then actually do them.
|
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.
|
fuck you , if you can't read this then kys. This is designed to be very readable.
|
||||||
-Rattatwinko 8.jun.25 (20:25)
|
-Rattatwinko 8.jun.25 (20:25)
|
||||||
"""
|
"""
|
||||||
@@ -14,7 +19,7 @@ class todo:
|
|||||||
#------------------------------------------------------------------------------------------------------------------------------------------------#
|
#------------------------------------------------------------------------------------------------------------------------------------------------#
|
||||||
self.information : str = """
|
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 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.
|
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!
|
""" # 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
|
!## This was the Quessadilla Bug at earlier 75. With next commit delete that out of the todo Variable ##!
|
||||||
• Use checkboxes to select/deselect cameras\n
|
|
||||||
• Double-click a camera to test the connection\n
|
This has nothing to do with the About Window
|
||||||
• Selected cameras will appear in the preview below
|
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="""
|
self.todo:str="""
|
||||||
TODO:
|
TODO:
|
||||||
@@ -73,7 +92,7 @@ Cameras:
|
|||||||
# Return the Camera URL Thing
|
# Return the Camera URL Thing
|
||||||
def getcams(self) -> str:
|
def getcams(self) -> str:
|
||||||
return self.cameraURL
|
return self.cameraURL
|
||||||
|
# Get Network Camera Instructions (in the setup dialog)
|
||||||
def get_instructions_CaSeDi_QLabel(self) -> str:
|
def get_instructions_CaSeDi_QLabel(self) -> str:
|
||||||
return self.instructions_CaSeDi_QLabel
|
return self.instructions_CaSeDi_QLabel
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user