mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-02 13:56:39 +00:00
mIRC art editor & tools (for EFnet #MiRCART)
assets | ||
.gitignore | ||
DejaVuSansMono.ttf | ||
IrcClient.py | ||
IrcMiRCARTBot.py | ||
MiRCART.png | ||
MiRCART.py | ||
MiRCARTCanonicalise.py | ||
MiRCARTCanvas.py | ||
MiRCARTCanvasBackend.py | ||
MiRCARTCanvasExportStore.py | ||
MiRCARTCanvasImportStore.py | ||
MiRCARTCanvasInterface.py | ||
MiRCARTCanvasJournal.py | ||
MiRCARTCheckLineLengths.sh | ||
MiRCARTColours.py | ||
MiRCARTFrame.py | ||
MiRCARTGeneralFrame.py | ||
MiRCARTTool.py | ||
MiRCARTToolCircle.py | ||
MiRCARTToolFill.py | ||
MiRCARTToolLine.py | ||
MiRCARTToolRect.py | ||
MiRCARTToolSelect.py | ||
MiRCARTToolSelectClone.py | ||
MiRCARTToolSelectMove.py | ||
MiRCARTToolText.py | ||
MiRCARTToPngFile.py | ||
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:
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/