mIRC art editor & tools (for EFnet #MiRCART)
Go to file
Lucio Andrés Illanes Albornoz 38e90f96ca Initial release w/ circle, line, rectangle, and text tools. 2018-01-09 03:56:40 +01:00
assets MiRCART{General,}Frame.py, assets/*.png: adds icons for tools. 2018-01-08 20:28:43 +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 Initial release sans tools. 2018-01-08 00:05:03 +01:00
MiRCART.png MiRCART.png: updates screenshot. 2018-01-08 17:47:58 +01:00
MiRCART.py MiRCART{Canvas,Frame}.py: adds circle & line tools. 2018-01-08 17:44:54 +01:00
MiRCARTCanvas.py Initial release w/ circle, line, rectangle, and text tools. 2018-01-09 03:56:40 +01:00
MiRCARTCanvasBackend.py Initial release w/ circle, line, rectangle, and text tools. 2018-01-09 03:56:40 +01:00
MiRCARTCanvasJournal.py Initial release w/ circle, line, rectangle, and text tools. 2018-01-09 03:56:40 +01:00
MiRCARTCanvasStore.py MiRCART{CanvasStore,Frame}.py: implements export to Imgur (from bitmap via PNG.) 2018-01-08 00:05:10 +01:00
MiRCARTColours.py Initial release sans tools. 2018-01-08 00:05:03 +01:00
MiRCARTFrame.py Initial release w/ circle, line, rectangle, and text tools. 2018-01-09 03:56:40 +01:00
MiRCARTGeneralFrame.py MiRCART{General,}Frame.py, assets/*.png: adds icons for tools. 2018-01-08 20:28:43 +01:00
MiRCARTToPngFile.py Initial release w/ circle, line, rectangle, and text tools. 2018-01-09 03:56:40 +01:00
MiRCARTTool.py Initial release w/ circle, line, rectangle, and text tools. 2018-01-09 03:56:40 +01:00
MiRCARTToolCircle.py MiRCART{Canvas,Frame}.py: adds circle & line tools. 2018-01-08 17:44:54 +01:00
MiRCARTToolLine.py MiRCART{Canvas,Frame}.py: adds circle & line tools. 2018-01-08 17:44:54 +01:00
MiRCARTToolRect.py Initial release w/ circle, line, rectangle, and text tools. 2018-01-09 03:56:40 +01:00
MiRCARTToolText.py Initial release w/ circle, line, rectangle, and text tools. 2018-01-09 03:56:40 +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/