Explorar el Código

image.py can show filtered list of images.

Thomas Buck hace 1 año
padre
commit
c75b4a5d79
Se han modificado 4 ficheros con 4 adiciones y 0 borrados
  1. 4
    0
      image.py
  2. BIN
      images/cann.png
  3. BIN
      images/cann2.png
  4. BIN
      images/sb.png

+ 4
- 0
image.py Ver fichero

@@ -133,6 +133,10 @@ if __name__ == "__main__":
133 133
     for f in os.listdir(os.fsencode(imageDir)):
134 134
         filename = os.fsdecode(f)
135 135
 
136
+        if len(sys.argv) > 1:
137
+            if not sys.argv[1] in filename:
138
+                continue
139
+
136 140
         d = ImageScreen(t, filename)
137 141
         m.add(d)
138 142
 

BIN
images/cann.png Ver fichero


BIN
images/cann2.png Ver fichero


BIN
images/sb.png Ver fichero


Loading…
Cancelar
Guardar