No description
Find a file
2021-08-09 08:47:05 +02:00
docs Deleted accidental backup that got pushed 2021-03-29 14:06:30 +00:00
oyoyo Changed some depreciated functions & imports 2021-04-22 17:42:24 +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 Added missing nothing.png files 2021-08-09 06:08:34 +02:00
.gitignore Pyinstaller build ready. 2021-05-03 17:22:23 +02:00
CHANGELOG.md Fixed pyinstaller.py for 64-bit Python 2021-08-09 06:55:33 +02:00
console.py Changed some depreciated functions & imports 2021-04-22 17:42:24 +02:00
convo.py Changed some depreciated functions & imports 2021-04-22 17:42:24 +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 Changed some depreciated functions & imports 2021-04-22 17:42:24 +02:00
luaquirks.py Logging, soundslider, and mood icon in trollian. 2021-04-11 01:21:21 +02:00
memos.py Fixed crash on opening invite-only memo without being invited 2021-07-26 13:59:25 +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 Pyinstaller build ready. 2021-05-03 17:22:23 +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 Hopefully final theme fix + Rules tab 2021-08-09 06:06:00 +02:00
pesterchum.spec Pyinstaller build ready. 2021-05-03 17:22:23 +02:00
pesterchum.spec.old.txt Pyinstaller build ready. 2021-05-03 17:22:23 +02:00
profile.py Moved a few files to _datadir : ) 2021-04-09 02:38:34 +02:00
pyinstaller.py Build update 2021-08-09 08:47:05 +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 Build update 2021-08-09 08:47:05 +02:00
setup.py Build update 2021-08-09 08:47:05 +02:00
toast.py Changed some depreciated functions & imports 2021-04-22 17:42:24 +02:00
TODO.md Build update 2021-08-09 08:47:05 +02:00
trayicon32.icns setup.py bdist_mac 2021-03-26 15:43:00 +01:00
version.py Pyinstaller build ready. 2021-05-03 17:22:23 +02:00

PESTERCHUM

Pesterchum is an instant messaging client copying the look and feel of clients from Andrew Hussie's webcomic Homestuck. Maintained repository of ghostDunk's Pesterchum. Prompts the user to choose a server at launch (irc.pesterchum.xyz by default).

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 :)

PYINSTALLER BUILDING

My preferred method of generating binary releases on Windows and Linux, MacOS doesn't seem to work for me. NOTE: pyinstaller builds seem to get flagged as malware. python pyinstaller.py

CX_FREEZE BUILDING

Windows:

python setup.py build or python setup.py bdist_msi

Mac:

python setup.py build

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: