Skip to content

Instantly share code, notes, and snippets.

@lmzach09
Created September 8, 2019 21:26
Show Gist options
  • Save lmzach09/131af67991656ba73cd5cf7ab049d34a to your computer and use it in GitHub Desktop.
Save lmzach09/131af67991656ba73cd5cf7ab049d34a to your computer and use it in GitHub Desktop.
pyqt app example snippet
import sys
from os import listdir
from os.path import isfile, join
from PyQt5.QtCore import Qt, QSize
from PyQt5.QtWidgets import *
from PyQt5.QtGui import QPixmap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment