This commit is contained in:
Fierelier 2020-11-24 15:42:30 +01:00
commit c22f7aa3c2
1 changed files with 12 additions and 2 deletions

View File

@ -4,6 +4,16 @@ A faster client for slow computers. Mainly focuses on reducing the memory footpr
This is made to allow you to stay in touch with friends. Servers will only receive basic support.
## What currently works?
• Viewing conversations
• Receiving messages
• Sending messages
## What currently doesn't work?
**Literally everything that isn't listed above.** Here's some more things you may not expect:
• Receiving missed messages due to disconnect
• Handling misdelivered messages
## Prerequisites
> #### Python 3.5.3 or newer
> <img src="assets/windows.png" width="16" height="16" alt=""> **Windows:** [Download](https://www.python.org/downloads/)
@ -15,10 +25,10 @@ _**Note:** Windows 7 support was dropped with Python 3.9 (Thanks, asshats), use
> <img src="assets/debian.png" width="16" height="16" alt=""> **Debian:** `pip3 install discord.py`
> #### QtPy
> <img src="assets/windows.png" width="16" height="16" alt=""> **Windows:** `pip install QtPy`
> <img src="assets/windows.png" width="16" height="16" alt=""> **Windows:** `py -m pip install QtPy`
> <img src="assets/debian.png" width="16" height="16" alt=""> **Debian:** `apt-get install python3-qtpy`
> #### A Qt library compatible with QtPy
> There is multiple choices, QtPy is compatible with PyQt5, PyQt4, PySide2 and PySide. Don't know what to choose? You probably want PyQt5:
> <img src="assets/windows.png" width="16" height="16" alt=""> **Windows:** `pip install PyQt5`
> <img src="assets/windows.png" width="16" height="16" alt=""> **Windows:** `py -m pip install PyQt5`
> <img src="assets/debian.png" width="16" height="16" alt=""> **Debian:** `apt-get install python3-pyqt5`