Created
January 8, 2020 22:35
-
-
Save hydrargyrum/407c9c268a0fe7138f9309d4bdae929a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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