* Create PyQt5.py

* Update readme.md

* increment language count

* Update PyQt5.py
This commit is contained in:
calgary34
2022-01-20 16:42:05 -07:00
committed by GitHub
parent 8f0a7a236a
commit 445288a344
2 changed files with 13 additions and 1 deletions

11
p/PyQt5.py Normal file
View File

@@ -0,0 +1,11 @@
import sys
from PyQt5.QtWidgets import QApplication, QWidget, QLabel
app = QApplication(sys.argv)
widget = QWidget()
helloWorld = QLabel(widget)
helloWorld.setText("Hello World")
widget.show()
sys.exit(app.exec_())

View File

@@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every
Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project!
<!--Languages start-->
## Languages (871 total)
## Languages (872 total)
* [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
* [():;#?!](%23/%28%29%CB%B8%3B%23%EF%BC%9F%21)
@@ -664,6 +664,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Pure Data](p/Pure%20Data.pd)
* [PureBasic](p/PureBasic.pb)
* [PureScript](p/PureScript.purs)
* [PyQt5](p/PyQt5.py)
* [Pyret](p/Pyret.arr)
* [Python 2](p/Python%202.py)
* [Python 3](p/Python%203.py)