No description
Find a file
BuildTools 730a352637 Made closeEvent a bit more functional.
(Before it'd shut down QT but not the actual process.)
2021-04-20 19:02:19 +02:00
docs Deleted accidental backup that got pushed 2021-03-29 14:06:30 +00:00
oyoyo Fixed issue with memo stylesheets (ty pyqt5 </3) 2021-04-12 14:50:20 +02:00
pnc 1/9 2021-03-23 22:36:43 +01:00
quirks 1/9 2021-03-23 22:36:43 +01:00
smilies incorrect sRGB profile fix attempt 2021-03-23 23:23:34 +01:00
themes Made file capitalization consistent for a few files. (.PNG --> .png), because some file systems are queasy on that. 2021-04-13 01:33:57 +02:00
.gitignore Made file capitalization consistent for a few files. (.PNG --> .png), because some file systems are queasy on that. 2021-04-13 01:33:57 +02:00
CHANGELOG.md Update CHANGELOG.md 2021-04-16 14:09:39 +00:00
console.py Logging, soundslider, and mood icon in trollian. 2021-04-11 01:21:21 +02:00
convo.py Fixes for botnames, chumroll & dm colors. 2021-04-16 15:37:38 +02:00
dataobjs.py 1/9 2021-03-23 22:36:43 +01:00
generic.py Fixed floating "PESTERLOGS:" in pesterchum theme. 2021-03-26 15:14:58 +01:00
irc.py Changed order of COLOR and PESTERCHUM:BEGIN (test) 2021-04-20 00:05:50 +02:00
LICENSE Reimplemented console.py & a lot of README stuff! 2021-03-25 14:09:43 +01:00
logviewer.py Fixed "Could not parse stylesheet" 2021-03-24 21:03:49 +01:00
luaquirks.py Logging, soundslider, and mood icon in trollian. 2021-04-11 01:21:21 +02:00
memos.py Fixed issue with memo stylesheets (ty pyqt5 </3) 2021-04-12 14:50:20 +02:00
menus.py Made it so handle and ident are passed to _max_msg_len 2021-04-04 06:03:50 +02:00
mispeller.py 1/9 2021-03-23 22:36:43 +01:00
mood.py 1/9 2021-03-23 22:36:43 +01:00
nickservmsgs.py Auto-identify with NickServ 2014-01-12 00:21:23 -08:00
ostools.py 1/9 2021-03-23 22:36:43 +01:00
parsetools.py Logging fixes. 2021-04-11 14:46:11 +02:00
PCskins.png pyinstaller ready 2021-03-25 09:09:58 +01:00
pesterchum.ico pyinstaller ready 2021-03-25 09:09:58 +01:00
Pesterchum.png pyinstaller ready 2021-03-25 09:09:58 +01:00
pesterchum.py Made closeEvent a bit more functional. 2021-04-20 19:02:19 +02:00
pesterchum.spec Updated setup files. (& TODO.md) 2021-04-11 15:03:12 +02:00
profile.py Moved a few files to _datadir : ) 2021-04-09 02:38:34 +02:00
pyquirks.py Fixed issue where Pesterchum crashed if a quirk was malformed 2021-03-25 18:41:07 +01:00
pytwmn.py Moved pytwmn.py 2021-03-25 08:49:27 +01:00
quirks.py Logging fixes. 2021-04-11 14:46:11 +02:00
randomer.py Logging, soundslider, and mood icon in trollian. 2021-04-11 01:21:21 +02:00
README.md Update README.md 2021-04-11 14:03:01 +00:00
setup.py Fixes for botnames, chumroll & dm colors. 2021-04-16 15:37:38 +02:00
toast.py Logging, soundslider, and mood icon in trollian. 2021-04-11 01:21:21 +02:00
TODO.md Fixed issue with memo stylesheets (ty pyqt5 </3) 2021-04-12 14:50:20 +02:00
trayicon32.icns setup.py bdist_mac 2021-03-26 15:43:00 +01:00
version.py Version.py --> 2.1.2 2021-04-16 15:52:57 +02:00

PESTERCHUM

Maintained repository of ghostDunk's Pesterchum. Connects to irc.pesterchum.xyz by defaults since the official server shut down (custom servers can be configured in server.json!!). Pesterchum is an instant messaging client copying the look and feel of clients from Andrew Hussie's webcomic Homestuck.

This repository builds on (and was mirrored from!) from pesterchum-karxi + Hydrothermal's nickserv fix.

Check out CHANGELOG.md file to see what's changed! Check out TODO.md to see this repo's current goals >:3c

GUIDES

The old READMEs and guides can be viewed in the docs folder. I'd highly recommend you take a look at the following files if you're new to Pesterchum:

Guides for python quirks and themes are also in the docs folder. If you want to set up a gradient quirk you should take a look at these guides.

INSTALATION

Download the appropriate release for your platform from releases. If you're on windows you can use the installer, for a manual install download the zip file and extract it to any directory, and run the executable : )

Because of the nature of cx_freeze & pyinstaller, some libraries (like glibc) are dynamically linked. If the executeable for your platform is uncompatible with the version of your operating system, see the next section for running Pesterchum directly.

RUNNING & BUILDING

Here's a quick guide on what to do to run Pesterchum from the command line, and to build it if you so desire (that is, generating an executable). Running Pesterchum directly or building Pesterchum yourself is not required to run it!!! This is only relevant if you know what you're doing >:3c

If you have Python and Pesterchum's dependencies installed, you can simply run Pesterchum from the commandline with python pesterchum.py.

REQUIREMENTS:

PYTHON DEPENDENCIES

You can install them with Python's pip or your package manager if you're on linux :)

CX_FREEZE BUILDING

Windows:

python setup.py build or python setup.py bdist_msi

Mac:

python setup.py build

PYINSTALLER BUILDING

Linux (might also work on other platforms!!):

pyinstaller pesterchum.spec

SMILIES

Just for easy reference. :3 (Taken from docs/README-karxi.mkdn)

  • :rancorous:
  • :apple:
  • :bathearst:
  • :cathearst:
  • :woeful:
  • :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: