* Reformat codebase with black * Create black.yml and add black style badge to README.md
16 KiB
Pesterchum is an instant messaging client copying the look and feel of clients from Andrew Hussie's webcomic Homestuck.
Contributions in any form are very welcome!! Including for extra themes, bug fixes, features, etc. Just hmu in the support server or make a pull request :3
There's a Russian translation of this repository available, it's somewhat outdated though.
This repository is a maintained version of ghostDunk's Pesterchum, originally forked from pesterchum-karxi + Hydrothermal's fix of the "YOUR NICK IS BEING CHANGED TO X" msgbox-spam exploit.
MAIN CHANGES
- Updated dependencies; Python 2 --> Python 3, Qt4 --> Qt5 & Qt6
- Basic GUI for choosing a server
- Client --> Server encrypted connection via TLS/SSL
- UTF-8 encoded text, emojis 😿💀😱 work and so do non-western characters that weren't supported with ascii
- Get moods (and color) privately via metadata (IRCv3 draft), previously any IRC user could see who you were messaging since it would send out a public GETMOOD request
- Tentative support for communicating color and timeline via IRCv3 Message Tags/TAGMSG
- More options for quirks: build-in gradient function, exclude smilies/links (https://github.com/Dpeta/pesterchum-alt-servers/issues/35)
- Funky win95-theme by cubicSimulation
- Works better with high resolutions since size scales via Qt's high DPI scaling (https://github.com/Dpeta/pesterchum-alt-servers/issues/66)
- Usable with Wayland on Linux, it used to break because of the way Pesterchum set its window position
- Excecutables build with PyInstaller, allows for a smaller release filesize + dlls can be include with the binary
- Lots of fixes for miscellaneous crashes/issues. . . check out the CHANGELOG! :3
INSTALLATION
-
Download the appropriate release for your platform and architecture from releases.
-
Extract the zip file.
-
Run the executable:
-
For Windows, run
pesterchum.exe
, this may show up as just "pesterchum" if you have file extensions set to hidden.- Newer releases won't run on Windows XP/Vista since Python stopped supporting it.
-
For Linux, run
Pesterchum
.- Linux releases are not backwards compatible with glibc versions older than the one it was build against. The glibc version the release was build against will be included in the filename, like: PesterchumAlt.-2.2-linux64-glibc2.27.tar.gz. This really shouldn't be an issue unless your distro is absolutely ancient, if it is, run from source.
-
For macOS, run the
Pesterchum.app
app file, this may show up as just "Pesterchum" if you have file extensions set to hidden. Alternatively, run the binary directly fromPesterchum\Pesterchum.app\Contents\MacOS\Pesterchum
.- macOS releases require at least 10.14 (Mojave) or older and a 64 bit processor.
- My releases are unsigned, so you'll probably have to click "Open Anyway".
-
DOCUMENTATION
The old documentation can be found in docs, these have aged pretty well:
- HOW TO MAKE YOUR OWN THEME
- Canon troll quirk guide (REGEXP REPLACE)
- Guide for setting up Python quirk functions
I've been adding some info to the wiki, the available pages as of me updating this readme are:
Some useful off-repo guides:
The old READMEs are also preserved in the docs folder:
RUNNING FROM SOURCE
Pesterchum is a Python script. This means that as long as you have Python installed you can run it without requiring a build/executable, this is useful if there's no compatible build for your system.
REQUIREMENTS
- Python 3
- Ideally 3.8 or later, though older versions may still work, I don't test them.
- PyQt6 (prefered) or PyQt5 (legacy)
- Qt6 only supports maintained 64 bit operating systems, like Windows 10 or later for Windows. (Qt 6.3 Supported Platforms)
- Qt5 supports Windows 7 or later, but is past its EOL for non-commercial use. (Qt 5.15 Supported Platforms)
- (Linux-specific) pygame or GStreamer for audio.
WALKTHROUGH
- Verify you have Python 3 and pip installed by running
python --version
andpython -m pip --version
on your system's console/terminal. If not, install Python, make sure to check to include pip and "Add to path" in the installer. If you have Python 3 but not pip, you could use get-pip.- On Windows, depending on your installation, Python 3 might be available with the
py -3
command instead ofpython
. - Some platforms, mostly Linux and macOS, might require you to run
python3
instead ofpython
. Some old installations still have Python 2 available underpython
. - On Linux it's better to install Python & pip via your package manager.
- On macOS it's also possible to install (a more recent version of) Python via Brew.
- On Windows, depending on your installation, Python 3 might be available with the
- Install Pesterchum's dependencies with pip, run:
python -m pip install PyQt6 pygame
- If this fails, try running
python -m pip install -U pip setuptools wheel
to update pip, setuptools & wheel and then trying again. - Alternatively, many linux distros also have packages for pyqt and pygame.
- Debian: python3-pyqt6, python3-pygame
- Arch: python-pyqt6, python-pygame
- If this fails, try running
- Download this repository's source, or choose the "Source Code" option on any release, and extract the archive to a folder of your choice.
- Alternatively, clone the repository with git.
- Navigate your terminal to the folder you chose with
cd /folder/you/chose
.- For example, if you extracted it to your documents on Windows, run
cd C:\Users\user\Documents\pesterchum-alt-servers-main
.- Windows's cd command requires the /d flag to navigate to a different drive. (
cd D:\pesterchum-alt-servers-main
)
- Windows's cd command requires the /d flag to navigate to a different drive. (
- For example, if you extracted it to your documents on Windows, run
- Run Pesterchum by running
python pesterchum.py
orpython3 pesterchum.py
.
FREEZE / BUILD
Here's a quick guide on how to freeze Pesterchum, (that is, packaging it with python as an executable). :3
Ideally, you'll want to create and activate a virtual environment before anything else, this is not 100% required though.
CX_FREEZE
pip install cx_freeze
python3 setup.py build
PYINSTALLER
pip install pyinstaller
python3 pyinstaller.py
SMILIES
Text | Smilie |
---|---|
:rancorous: |
|
:apple: |
|
:bathearst: |
|
:cathearst: |
|
:woeful: |
|
:sorrow: |
|
:pleasant: |
|
:blueghost: |
|
:slimer: |
|
:candycorn: |
|
:cheer: |
|
:duhjohn: |
|
:datrump: |
|
:facepalm: |
|
:bonk: |
|
:mspa: |
|
:gun: |
|
:cal: |
|
:amazedfirman: |
|
:amazed: |
|
:chummy: |
|
:cool: |
|
:smooth: |
|
:distraughtfirman: |
|
:distraught: |
|
:insolent: |
|
:bemused: |
|
:3: |
|
:mystified: |
|
:pranky: |
|
:tense: |
|
:record: |
|
:squiddle: |
|
:tab: |
|
:beetip: |
|
:flipout: |
|
:befuddled: |
|
:pumpkin: |
|
:trollcool: |
|
:jadecry: |
|
:ecstatic: |
|
:relaxed: |
|
:discontent: |
|
:devious: |
|
:sleek: |
|
:detestful: |
|
:mirthful: |
|
:manipulative: |
|
:vigorous: |
|
:perky: |
|
:acceptant: |
|
:olliesouty: |
|
:billiards: |
|
:billiardslarge: |
|
:whatdidyoudo: |
|
:brocool: |
|
:trollbro: |
|
:playagame: |
|
:trollc00l: |
|
:suckers: |
|
:scorpio: |
|
:shades: |
|
:honk: |