Python MUD client
Project description
What mudpyl is
mudpyl is a pure Python implementation of a MUD client. The aim is to keep the core concepts simple, and give the user the ability to fiddle around with it to suit their needs. Therefore, the core of the client is fairly small and modular, with simple interfaces between the parts.
Briefly, the more interesting features are:
Regular-expression based triggers and aliases
Trigger-based and fairly safe line rewriting
Macros for almost any keys on the keyboard (including with modifiers)
Execute Python in-client
Coloured HTML logs
Supports MCCP v2
Tab-completion based on words already seen
Keeps a history of previous commands sent
NO strange punctuation-based let’s-reinvent-the-wheel programming language included!
Installing mudpyl
Decompress and untar the package file, and from the unpacked directory, run:
python setup.py install
Or, from a shell with easy_install visible:
easy_install mudpyl
PyGTK is needed by the gtkgui, which is currently the only GUI avabilable; Twisted, ordereddict and argparse are also needed. peak.util.extremes is required by an optional module.
NOTE: mudpyl requires python 2.6. This is because it uses a new feature in the stdlib module textwrap. 2.5 installations could, in theory at least, use the textwrap.py file from trunk.
Running mudpyl
See the file QUICKSTART for a tutorial-style guide for connecting to a MUD.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file mudpyl-0.4.tar.gz
.
File metadata
- Download URL: mudpyl-0.4.tar.gz
- Upload date:
- Size: 53.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 105808a3b8757a94275234d9593b0862fa23b9e5ea5291b5bb1af096e00e0064 |
|
MD5 | b3ac953d6228cd2fb840561caefee9ca |
|
BLAKE2b-256 | c8b2a51abd4711867d78cbbb54eec91478f93808f48f3905dc8eaa8593239fa2 |