Skip to content

Instantly share code, notes, and snippets.

@hydrargyrum
Created January 8, 2020 22:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hydrargyrum/407c9c268a0fe7138f9309d4bdae929a to your computer and use it in GitHub Desktop.
Save hydrargyrum/407c9c268a0fe7138f9309d4bdae929a to your computer and use it in GitHub Desktop.
#!/usr/bin/env python3
from PyQt5.QtWidgets import *
app = QApplication([])
w = QLabel("can you read this?")
w.show()
app.exec_()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment