Merge branch 'master' of https://github.com/adrienmalin/Tetris2000
This commit is contained in:
commit
93d3b19575
@ -1,14 +1,14 @@
|
|||||||
#  etris2000
|
#  ETRIS2000
|
||||||
|
|
||||||
Another Tetris clone using Qt5 on Python 3.x
|
Another Tetris clone using Qt5 on Python 3.x
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Requirements
|
### Requirements
|
||||||
|
|
||||||
* Python 3.x
|
* Python 3.x
|
||||||
* A Qt5 library (PyQt5 or PySide)
|
* A Qt5 library (PyQt5 or PySide)
|
||||||
* Optionnal: [qdarkstyle](https://github.com/ColinDuquesnoy/QDarkStyleSheet) stylesheet
|
* Optionnal: [QDarkStylesheet](https://github.com/ColinDuquesnoy/QDarkStyleSheet)
|
||||||
|
|
||||||
As for now, qdarkstyle doesn't support PySide2 so PyQt5 is recommanded
|
As for now, qdarkstyle doesn't support PySide2 so PyQt5 is recommanded
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ Extract the archive and launch Tetris2000
|
|||||||
|
|
||||||
pip3 install --user PySide2
|
pip3 install --user PySide2
|
||||||
|
|
||||||
* Install qdarkstyle:
|
* Install QDarkStylesheet:
|
||||||
|
|
||||||
pip3 install --user qdarkstyle
|
pip3 install --user qdarkstyle
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user