mIRC art editor & tools (for EFnet #MiRCART)
Go to file
Lucio Andrés Illanes Albornoz 8b6d7ab445 MiRCART.py:MiRCARTFrame.accel{UndoId,Table}: added.
MiRCART.py:MiRCARTFrame.onAccelUndo(): call self.panelCanvas.undo().
MiRCART.py:MiRCARTFrame.__init__(): create self.menuFileUndo w/ wx.ID_UNDO.
MiRCART.py:MiRCARTFrame.__init__(): bind ^Z accelerator to self.onAccelUndo().
2018-01-05 01:59:04 +01:00
.gitignore .gitignore: ignore __pycache__/. 2018-01-02 20:50:40 +01:00
DejaVuSansMono.ttf DejaVuSansMono.ttf: added to repository for convenience. 2018-01-02 16:59:35 +01:00
IrcClient.py MiRC2png.py: renamed from MiRCART.py. 2018-01-04 16:24:06 +01:00
IrcMiRCARTBot.py MiRC2png.py: renamed from MiRCART.py. 2018-01-04 16:24:06 +01:00
MiRC2png.py MiRC2png.py: fix mIRC colour control code sequence counting & rendering logic. 2018-01-05 00:52:02 +01:00
MiRCART.py MiRCART.py:MiRCARTFrame.accel{UndoId,Table}: added. 2018-01-05 01:59:04 +01:00
README.md MiRC2png.py: renamed from MiRCART.py. 2018-01-04 16:24:06 +01:00

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>]