# Tetris2000
Another Tetris clone using Qt5 on Python 3.x

### Requirements

* Python 3.x
* A Qt5 library (PyQt5 or PySide)
* Optionnal: [qdarkstyle](https://github.com/ColinDuquesnoy/QDarkStyleSheet) stylesheet

As for now, qdarkstyle doesn't support PySide2 so PyQt5 is recommanded

### Installation

#### Self-extracting archive for Windows (x64)

[Download](https://github.com/adrienmalin/Tetris2000/raw/master/Tetris2000.exe) (24 Mo)

#### From [PyPI](https://pypi.org/)

Open a terminal and type:

    pip3 install --user Tetris2000-PyQt5
    
Or:

    pip3 install --user Tetris2000-PySide2

If Python's Scripts directory is in path, type:

    Tetris2000
    
Else on Windows:

    python -m Tetris2000

Else on Linux:

    python3 -m Tetris2000


#### From [GitHub](https://github.com)

From a terminal, install PyQt5:

    pip3 install --user PyQt5
    
or PySide2:

    pip3 install --user PySide2
    
Install qdarkstyle:

    pip3 install --user qdarkstyle

* Download the archive from [GitHub](https://github.com/adrienmalin/Tetris2000)
* Unzip the archive
* Open Tetris2000 folder
* Launch Tetris2000.py