mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-22 07:16:38 +00:00
mIRC art editor & tools (for EFnet #MiRCART)
325a454db7
MiRCART.py:MiRCARTCanvas._onMouseEvent(): split into _processMapPatches() and _drawPatch(). MiRCART.py:MiRCARTCanvas.getCell{Height,Width}(): added for _drawPatch() and _eventPointToMap[XY](). MiRCART.py:MiRCARTCanvas.onPaletteEvent(): only set self.mirc[FB]g. MiRCART.py:MiRCARTCanvas.__init__(): cache canvas window size. MiRCART.py:MiRCARTCanvas.__init__(): initialise & append canvasTools. MiRCART.py:MiRCARTCanvas.__init__(): pre-create 16 mIRC colour brushes & pens. MiRCART.py:MiRCARTCanvas.__init__(): initialise temporary & {un,re}do patches. MiRCART.py:MiRCARTTool: added abstract base class for all canvas tools. MiRCART.py:MiRCARTToolRect: initial implementation w/ cursor, limited to 1x1 rectangles. MiRCART.py:MiRCARTFrame.__init__(): initialise MiRCARTCanvas() w/ canvasTools=[MiRCARTToolRect]. |
||
---|---|---|
.gitignore | ||
DejaVuSansMono.ttf | ||
IrcClient.py | ||
IrcMiRCARTBot.py | ||
MiRC2png.py | ||
MiRCART.py | ||
README.md |
MiRCART -- XXX
- Prerequisites: python3 && python-wx{gtk2.8,tools} on Debian-family Linux distributions
IrcMiRCARTBot.py -- XXX
- Prerequisites: python3 && python3-{json,requests,urllib3} on Debian-family Linux distributions
- IrcMiRCARTBot.py usage: IrcMiRCARTBot.py
<IRC server hostname>
[<IRC server port; defaults to 6667>
] [<IRC bot nick name; defaults to pngbot>
] [<IRC bot user name; defaults to pngbot>
] [<IRC bot real name; defaults to pngbot>
] [<IRC bot channel name; defaults to #MiRCART>
]
MiRC2png.py -- convert ASCII w/ mIRC control codes to monospaced PNG (for EFnet #MiRCART)
- Prerequisites: python3 && python3-pil on Debian-family Linux distributions
- MiRC2png.py usage: MiRC2png.py
<MiRCART input file pathname>
<PNG image output file pathname>
[<Font file pathname; defaults to DejaVuSansMono.ttf>
] [<Font size; defaults to 11>
]