├── .devcontainer └── devcontainer.json ├── README.md ├── __pycache__ └── enhance_image.cpython-312.pyc ├── app.py ├── archive ├── app copy.py ├── looksmaxxerv0.py ├── looksmaxxerv1.py ├── looksmaxxerv2.py ├── looksmaxxerv3.py ├── looksmaxxerv4.py ├── looksmaxxerv5.py ├── looksmaxxerv6.py └── newer_feed.py ├── enhance_image.py ├── graphics ├── 1.png ├── 2.png ├── 3.png ├── back_arrow.png ├── camera.png ├── camera_switched.png ├── check.png ├── checka.png ├── down_arrow.png ├── down_arrow_switched.png ├── gandalf.png ├── gandalf_switched.png ├── left_arrow.png ├── left_arrow_switched.png ├── light.png ├── lighta.png ├── move_arrow.png ├── nolight.png ├── nolighta.png ├── polaroid.png ├── polaroida.png ├── right_arrow.png ├── right_arrow_switched.png ├── sundial.png ├── sundial_switched.png ├── up_arrow.png ├── up_arrow_switched.png ├── x.png └── xa.png ├── looksmaxxervFINAL.py └── requirements.txt /.devcontainer/devcontainer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/.devcontainer/devcontainer.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/README.md -------------------------------------------------------------------------------- /__pycache__/enhance_image.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/__pycache__/enhance_image.cpython-312.pyc -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/app.py -------------------------------------------------------------------------------- /archive/app copy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/archive/app copy.py -------------------------------------------------------------------------------- /archive/looksmaxxerv0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/archive/looksmaxxerv0.py -------------------------------------------------------------------------------- /archive/looksmaxxerv1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/archive/looksmaxxerv1.py -------------------------------------------------------------------------------- /archive/looksmaxxerv2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/archive/looksmaxxerv2.py -------------------------------------------------------------------------------- /archive/looksmaxxerv3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/archive/looksmaxxerv3.py -------------------------------------------------------------------------------- /archive/looksmaxxerv4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/archive/looksmaxxerv4.py -------------------------------------------------------------------------------- /archive/looksmaxxerv5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/archive/looksmaxxerv5.py -------------------------------------------------------------------------------- /archive/looksmaxxerv6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/archive/looksmaxxerv6.py -------------------------------------------------------------------------------- /archive/newer_feed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/archive/newer_feed.py -------------------------------------------------------------------------------- /enhance_image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/enhance_image.py -------------------------------------------------------------------------------- /graphics/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/graphics/1.png -------------------------------------------------------------------------------- /graphics/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/graphics/2.png -------------------------------------------------------------------------------- /graphics/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/graphics/3.png -------------------------------------------------------------------------------- /graphics/back_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/graphics/back_arrow.png -------------------------------------------------------------------------------- /graphics/camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/graphics/camera.png -------------------------------------------------------------------------------- /graphics/camera_switched.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/graphics/camera_switched.png -------------------------------------------------------------------------------- /graphics/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/graphics/check.png -------------------------------------------------------------------------------- /graphics/checka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/graphics/checka.png -------------------------------------------------------------------------------- /graphics/down_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/graphics/down_arrow.png -------------------------------------------------------------------------------- /graphics/down_arrow_switched.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/graphics/down_arrow_switched.png -------------------------------------------------------------------------------- /graphics/gandalf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/graphics/gandalf.png -------------------------------------------------------------------------------- /graphics/gandalf_switched.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/graphics/gandalf_switched.png -------------------------------------------------------------------------------- /graphics/left_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/graphics/left_arrow.png -------------------------------------------------------------------------------- /graphics/left_arrow_switched.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/graphics/left_arrow_switched.png -------------------------------------------------------------------------------- /graphics/light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/graphics/light.png -------------------------------------------------------------------------------- /graphics/lighta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/graphics/lighta.png -------------------------------------------------------------------------------- /graphics/move_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/graphics/move_arrow.png -------------------------------------------------------------------------------- /graphics/nolight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/graphics/nolight.png -------------------------------------------------------------------------------- /graphics/nolighta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/graphics/nolighta.png -------------------------------------------------------------------------------- /graphics/polaroid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/graphics/polaroid.png -------------------------------------------------------------------------------- /graphics/polaroida.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/graphics/polaroida.png -------------------------------------------------------------------------------- /graphics/right_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/graphics/right_arrow.png -------------------------------------------------------------------------------- /graphics/right_arrow_switched.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/graphics/right_arrow_switched.png -------------------------------------------------------------------------------- /graphics/sundial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/graphics/sundial.png -------------------------------------------------------------------------------- /graphics/sundial_switched.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/graphics/sundial_switched.png -------------------------------------------------------------------------------- /graphics/up_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/graphics/up_arrow.png -------------------------------------------------------------------------------- /graphics/up_arrow_switched.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/graphics/up_arrow_switched.png -------------------------------------------------------------------------------- /graphics/x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/graphics/x.png -------------------------------------------------------------------------------- /graphics/xa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/graphics/xa.png -------------------------------------------------------------------------------- /looksmaxxervFINAL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/looksmaxxervFINAL.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oompas/looksmaxxer9000/HEAD/requirements.txt --------------------------------------------------------------------------------