mIRC art editor & tools (for EFnet #MiRCART)
Go to file
Lucio Andrés Illanes Albornoz 802de6fa6e MiRCART{CanvasInterface,Frame}.py: complete set of {brush,canvas} size operations.
assets/tool{De,In}cr{Brush,Canvas}{H{,W},W}.png: added/updated.
2018-01-11 23:26:36 +01:00
assets MiRCART{CanvasInterface,Frame}.py: complete set of {brush,canvas} size operations. 2018-01-11 23:26:36 +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 Initial release sans tools. 2018-01-08 00:05:03 +01:00
IrcMiRCARTBot.py IrcMiRCARTBot.py: include black-on-black border around map. 2018-01-11 21:28:53 +01:00
MiRCART.png MiRCART.png: updated. 2018-01-11 00:31:25 +01:00
MiRCART.py MiRCART.py: import argv[1] into canvas if specified. 2018-01-11 01:18:50 +01:00
MiRCARTCanvas.py MiRCARTCanvas.py:MiRCARTCanvas.onPanelInput(): clip mapPoint to canvasSize. 2018-01-11 02:10:33 +01:00
MiRCARTCanvasBackend.py MiRCARTCanvasInterface.py: split from MiRCARTCanvas.py. 2018-01-10 03:24:25 +01:00
MiRCARTCanvasExportStore.py MiRCARTCanvas{Export,Import}Store.py: split from MiRCARTCanvasStore.py. 2018-01-10 00:48:13 +01:00
MiRCARTCanvasImportStore.py MiRCARTCanvasImportStore.py:_parseCharAsColourSpec(): correctly process mIRC colour control code sequences specifying one single colour. 2018-01-11 23:13:46 +01:00
MiRCARTCanvasInterface.py MiRCART{CanvasInterface,Frame}.py: complete set of {brush,canvas} size operations. 2018-01-11 23:26:36 +01:00
MiRCARTCanvasJournal.py MiRCARTCanvas{,Journal,Store}.py: dispatch patches from tool event handlers directly. 2018-01-10 00:35:08 +01:00
MiRCARTColours.py Initial release sans tools. 2018-01-08 00:05:03 +01:00
MiRCARTFrame.py MiRCART{CanvasInterface,Frame}.py: complete set of {brush,canvas} size operations. 2018-01-11 23:26:36 +01:00
MiRCARTGeneralFrame.py MiRCART{CanvasInterface,{,General}Frame}.py: add & sync {tools,colour selection} toolbar items as radio tools. 2018-01-11 02:34:32 +01:00
MiRCARTToPngFile.py MiRCARTToPngFile.py:export(): treat `█' as whitespace w/ inverse colours. 2018-01-11 23:22:02 +01:00
MiRCARTTool.py MiRCARTCanvas{,Journal,Store}.py: dispatch patches from tool event handlers directly. 2018-01-10 00:35:08 +01:00
MiRCARTToolCircle.py MiRCART{CanvasInterface,Frame,Tool*}.py: include current tool name in status bar text. 2018-01-10 05:05:59 +01:00
MiRCARTToolFill.py MiRCARTToolFill.py: don't process cells more than once. 2018-01-11 02:06:09 +01:00
MiRCARTToolLine.py MiRCARTToolLine.py: correctly cache colours on first click. 2018-01-10 14:53:35 +01:00
MiRCARTToolRect.py MiRCART{CanvasInterface,Frame,Tool*}.py: include current tool name in status bar text. 2018-01-10 05:05:59 +01:00
MiRCARTToolSelect.py MiRCART{CanvasInterface,Frame}.py: adds clone & move (selection) tools. 2018-01-10 18:29:16 +01:00
MiRCARTToolSelectClone.py MiRCART{CanvasInterface,Frame}.py: adds clone & move (selection) tools. 2018-01-10 18:29:16 +01:00
MiRCARTToolSelectMove.py MiRCARTToolSelectMove.py: clear source region prior to moving. 2018-01-10 19:20:35 +01:00
MiRCARTToolText.py MiRCART{CanvasInterface,Frame,Tool*}.py: include current tool name in status bar text. 2018-01-10 05:05:59 +01:00
README.md Initial release sans tools. 2018-01-08 00:05:03 +01:00

README.md

MiRCART.py -- mIRC art editor for Windows & Linux (WIP)

  • Prerequisites on Windows: install Python v3.6.x[1] and script dependencies w/ the following elevated command prompt command line:
    pip install requests urllib3 wxPython
  • Prerequisites on Linux: python3 && python-wx{gtk2.8,tools} on Debian-family Linux distributions
  • Screenshot:
    Screenshot

IrcMiRCARTBot.py -- IRC<->MiRC2png bot (for EFnet #MiRCART) (pending cleanup)

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

MiRCARTToPngFile.py -- convert ASCII w/ mIRC control codes to monospaced PNG (pending cleanup)

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

References:
Fri, 05 Jan 2018 17:01:47 +0100 [1] Python Releases for Windows | Python.org https://www.python.org/downloads/windows/